Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h104 const int cp932ext2_ucs_table_max = (89 - 1)*94 + (sizeof (cp932ext2_ucs_table) / sizeof (unsigned … variable
H A Dmbfilter_cjk.c2405 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
2893 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
3007 cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; in mbfl_filt_conv_wchar_cp50222()
3199 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_cp5022x_to_wchar()
3289 for (int i = 0; i < cp932ext2_ucs_table_max - cp932ext2_ucs_table_min; i++) { in lookup_wchar()
3877 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_iso2022jpms_to_wchar()
6444 } else if (w >= cp932ext2_ucs_table_min && w < cp932ext2_ucs_table_max) { in mb_sjis_docomo_to_wchar()
6673 } else if (w >= cp932ext2_ucs_table_min && w < cp932ext2_ucs_table_max) { in mb_sjis_kddi_to_wchar()
6980 } else if (w >= cp932ext2_ucs_table_min && w < cp932ext2_ucs_table_max) { in mb_sjis_sb_to_wchar()
7561 } else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) { in mb_cp932_to_wchar()
[all …]

Completed in 30 milliseconds