Home
last modified time | relevance | path

Searched refs:ucs_a2_cns11643_table_min (Results 1 – 2 of 2) sorted by path

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_tw.c233 } else if (c >= ucs_a2_cns11643_table_min && c < ucs_a2_cns11643_table_max) { in mbfl_filt_conv_wchar_euctw()
234 s = ucs_a2_cns11643_table[c - ucs_a2_cns11643_table_min]; in mbfl_filt_conv_wchar_euctw()
H A Dunicode_table_cns11643.h3253 static const int ucs_a2_cns11643_table_min = 0x2000; variable

Completed in 50 milliseconds