Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h48 const unsigned short cp932ext2_ucs_table[] = { variable
106 const int cp932ext2_ucs_table_max = (89 - 1)*94 + (sizeof (cp932ext2_ucs_table) / sizeof (unsigned …
175 extern const unsigned short cp932ext2_ucs_table[];
H A Dmbfilter_cp51932.c149 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp51932_wchar()
241 if (c == cp932ext2_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp51932()
314 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_cp51932_to_wchar()
390 if (cp932ext2_ucs_table[i] == w) { in mb_wchar_to_cp51932()
H A Dmbfilter_sjis_mobile.c640 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
808 if (c == cp932ext2_ucs_table[c1]) { in mbfl_filt_conv_wchar_sjis_mobile()
925 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_sjis_docomo_to_wchar()
1020 if (w == cp932ext2_ucs_table[i]) { in mb_wchar_to_sjis_docomo()
1156 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_sjis_kddi_to_wchar()
1250 if (w == cp932ext2_ucs_table[i]) { in mb_wchar_to_sjis_kddi()
1463 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_sjis_sb_to_wchar()
1557 if (w == cp932ext2_ucs_table[i]) { in mb_wchar_to_sjis_sb()
H A Dmbfilter_cp5022x.c207 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
637 if (c == cp932ext2_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50221()
754 if (c == cp932ext2_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50222()
945 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_cp5022x_to_wchar()
1035 if (w == cp932ext2_ucs_table[i]) { in lookup_wchar()
H A Dmbfilter_cp932.c254 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
436 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_cp932_to_wchar()
H A Dmbfilter_iso2022_jp_ms.c146 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mbfl_filt_conv_2022jpms_wchar()
450 w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min]; in mb_iso2022jpms_to_wchar()

Completed in 25 milliseconds