Home
last modified time | relevance | path

Searched refs:ucs_a1_cns11643_table_min (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cns11643.h3042 static const int ucs_a1_cns11643_table_min = 0x0000; variable
H A Dmbfilter_cjk.c9753 if (c >= ucs_a1_cns11643_table_min && c < ucs_a1_cns11643_table_max) { in mbfl_filt_conv_wchar_euctw()
9754 s = ucs_a1_cns11643_table[c - ucs_a1_cns11643_table_min]; in mbfl_filt_conv_wchar_euctw()
9891 if (w >= ucs_a1_cns11643_table_min && w < ucs_a1_cns11643_table_max) { in mb_wchar_to_euctw()
9892 s = ucs_a1_cns11643_table[w - ucs_a1_cns11643_table_min]; in mb_wchar_to_euctw()

Completed in 53 milliseconds