Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dunicode_table_big5.h5052 static const int ucs_r1_big5_table_min = 0xfa00; variable
H A Dmbfilter_big5.c254 } else if (c >= ucs_r1_big5_table_min && c < ucs_r1_big5_table_max) { in mbfl_filt_conv_wchar_big5()
255 s = ucs_r1_big5_table[c - ucs_r1_big5_table_min]; in mbfl_filt_conv_wchar_big5()

Completed in 36 milliseconds