Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h168 const int cp932ext3_ucs_table_max = (115 - 1)*94 + (sizeof (cp932ext3_ucs_table) / sizeof (unsigned… variable
H A Dmbfilter_cjk.c2407 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mbfl_filt_conv_cp5022x_wchar()
3201 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_cp5022x_to_wchar()
3722 for (c1 = 0; c1 < cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; c1++) { in mbfl_filt_conv_wchar_2022jpms()
6446 } else if (w >= cp932ext3_ucs_table_min && w < cp932ext3_ucs_table_max) { in mb_sjis_docomo_to_wchar()
6675 } else if (w >= cp932ext3_ucs_table_min && w < cp932ext3_ucs_table_max) { in mb_sjis_kddi_to_wchar()
6968 if (w >= cp932ext3_ucs_table_min && w < cp932ext3_ucs_table_max) { in mb_sjis_sb_to_wchar()
6982 } else if (w >= cp932ext3_ucs_table_min && w < cp932ext3_ucs_table_max) { in mb_sjis_sb_to_wchar()
7470 c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
7563 } else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) { in mb_cp932_to_wchar()
8513 if (n < (cp932ext3_ucs_table_max - cp932ext3_ucs_table_min)) { in mbfl_filt_conv_eucjpwin_wchar()
[all …]

Completed in 28 milliseconds