Home
last modified time | relevance | path

Searched refs:cp932ext1_ucs_table (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h30 const unsigned short cp932ext1_ucs_table[] = { variable
46 const int cp932ext1_ucs_table_max = (13 - 1)*94 + (sizeof (cp932ext1_ucs_table) / sizeof (unsigned …
174 extern const unsigned short cp932ext1_ucs_table[];
H A Dmbfilter_cp51932.c145 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_cp51932_wchar()
231 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp51932()
310 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_cp51932_to_wchar()
383 if (cp932ext1_ucs_table[i] == w) { in mb_wchar_to_cp51932()
H A Dmbfilter_cp932.c250 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
337 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp932()
432 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_cp932_to_wchar()
509 if (cp932ext1_ucs_table[i] == w) { in mb_wchar_to_cp932()
588 if (cp932ext1_ucs_table[i] == w) { in mb_wchar_to_sjiswin()
H A Dmbfilter_euc_jp_win.c144 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_eucjpwin_wchar()
296 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_eucjpwin()
381 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_eucjpwin_to_wchar()
503 if (cp932ext1_ucs_table[i] == w) { in mb_wchar_to_eucjpwin()
H A Dmbfilter_iso2022_jp_ms.c142 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_2022jpms_wchar()
287 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_2022jpms()
446 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_iso2022jpms_to_wchar()
521 if (w == cp932ext1_ucs_table[i]) { in mb_wchar_to_iso2022jpms()
H A Dmbfilter_iso2022jp_mobile.c248 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_2022jp_mobile_wchar()
430 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_2022jp_mobile()
586 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_iso2022jp_kddi_to_wchar()
710 if (w == cp932ext1_ucs_table[i]) { in mb_wchar_to_iso2022jp_kddi()
H A Dmbfilter_sjis_mobile.c636 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
799 if (c == cp932ext1_ucs_table[c1]) { in mbfl_filt_conv_wchar_sjis_mobile()
921 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_sjis_docomo_to_wchar()
1013 if (w == cp932ext1_ucs_table[i]) { in mb_wchar_to_sjis_docomo()
1152 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_sjis_kddi_to_wchar()
1243 if (w == cp932ext1_ucs_table[i]) { in mb_wchar_to_sjis_kddi()
1459 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_sjis_sb_to_wchar()
1550 if (w == cp932ext1_ucs_table[i]) { in mb_wchar_to_sjis_sb()
H A Dmbfilter_cp5022x.c203 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
626 if (c == cp932ext1_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50221()
743 if (c == cp932ext1_ucs_table[i]) { in mbfl_filt_conv_wchar_cp50222()
941 w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; in mb_cp5022x_to_wchar()
1029 if (w == cp932ext1_ucs_table[i]) { in lookup_wchar()

Completed in 24 milliseconds