Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cns11643.h6077 static const int ucs_i_cns11643_table_min = 0x4d00; variable
H A Dmbfilter_euc_tw.c237 } else if (c >= ucs_i_cns11643_table_min && c < ucs_i_cns11643_table_max) { in mbfl_filt_conv_wchar_euctw()
238 s = ucs_i_cns11643_table[c - ucs_i_cns11643_table_min]; in mbfl_filt_conv_wchar_euctw()

Completed in 28 milliseconds