Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h46 const unsigned short cp932ext2_ucs_table[] = { variable
104 const int cp932ext2_ucs_table_max = (89 - 1)*94 + (sizeof (cp932ext2_ucs_table) / sizeof (unsigned …
H A Dmbfilter_cjk.c2406 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
2895 if (c == cp932ext2_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50221()
3009 if (c == cp932ext2_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50222()
3290 if (w == cp932ext2_ucs_table[i]) { in lookup_wchar()
6323 if (c == cp932ext2_ucs_table[c1]) { in mbfl_filt_conv_wchar_sjis_mobile()
6445 w = cp932ext2_ucs_table[w - cp932ext2_ucs_table_min]; in mb_sjis_docomo_to_wchar()
6532 if (w == cp932ext2_ucs_table[i]) { in mb_wchar_to_sjis_docomo()
6760 if (w == cp932ext2_ucs_table[i]) { in mb_wchar_to_sjis_kddi()
7067 if (w == cp932ext2_ucs_table[i]) { in mb_wchar_to_sjis_sb()
8992 if (c == cp932ext2_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp51932()
[all …]

Completed in 27 milliseconds