Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cns11643.h3256 static const int ucs_a2_cns11643_table_max = 0x2000 + (sizeof (ucs_a2_cns11643_table) / sizeof (uns… variable
H A Dmbfilter_euc_tw.c204 } else if (c >= ucs_a2_cns11643_table_min && c < ucs_a2_cns11643_table_max) { in mbfl_filt_conv_wchar_euctw()
342 } else if (w >= ucs_a2_cns11643_table_min && w < ucs_a2_cns11643_table_max) { in mb_wchar_to_euctw()

Completed in 46 milliseconds