Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis.h5805 const int ucs_i_jis_table_max = 0x4E00 + (sizeof (ucs_i_jis_table) / sizeof (unsigned short)); variable
H A Dmbfilter_cjk.c314 } else if (c >= ucs_i_jis_table_min && c < ucs_i_jis_table_max) { in mbfl_filt_conv_wchar_jis()
394 } else if (c >= ucs_i_jis_table_min && c < ucs_i_jis_table_max) { in mbfl_filt_conv_wchar_2022jp()
615 } else if (w >= ucs_i_jis_table_min && w < ucs_i_jis_table_max) { in mb_wchar_to_iso2022jp()
702 } else if (w >= ucs_i_jis_table_min && w < ucs_i_jis_table_max) { in mb_wchar_to_jis()
1191 } else if (c >= ucs_i_jis_table_min && c < ucs_i_jis_table_max) { in mbfl_filt_conv_wchar_2022jp_mobile()
1421 } else if (w >= ucs_i_jis_table_min && w < ucs_i_jis_table_max) { in mb_wchar_to_iso2022jp_kddi()
2856 } else if (c >= ucs_i_jis_table_min && c < ucs_i_jis_table_max) { in mbfl_filt_conv_wchar_cp50221()
2980 } else if (c >= ucs_i_jis_table_min && c < ucs_i_jis_table_max) { in mbfl_filt_conv_wchar_cp50222()
3261 } else if (w >= ucs_i_jis_table_min && w < ucs_i_jis_table_max) { in lookup_wchar()
3699 } else if (c >= ucs_i_jis_table_min && c < ucs_i_jis_table_max) { in mbfl_filt_conv_wchar_2022jpms()
[all …]

Completed in 49 milliseconds