Searched refs:nkf_char_unicode_p (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c430 #define nkf_char_unicode_p(c) ((c & CLASS_MASK) == CLASS_UNICODE) macro
2595 if (c2 == 0 && nkf_char_unicode_p(c1)){
2597 if (c2 == 0 && nkf_char_unicode_p(c1)){
2645 if (c2 == 0 && nkf_char_unicode_p(c1)){
2647 if (c2 == 0 && nkf_char_unicode_p(c1)){
2722 if (c2 == 0 && nkf_char_unicode_p(c1)){
2724 if (c2 == 0 && nkf_char_unicode_p(c1)){
2816 if (c2 == 0 && nkf_char_unicode_p(c1)){
2874 if (c2 == 0 && nkf_char_unicode_p(c1)) {
2928 } else if (c2 == 0 && nkf_char_unicode_p(c
[all...]

Completed in 126 milliseconds