Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h108 const unsigned short cp932ext3_ucs_table[] = { variable
170 const int cp932ext3_ucs_table_max = (115 - 1)*94 + (sizeof (cp932ext3_ucs_table) / sizeof (unsigned…
176 extern const unsigned short cp932ext3_ucs_table[];
H A Dmbfilter_cp932.c256 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp932_wchar()
347 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp932()
438 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_cp932_to_wchar()
516 if (cp932ext3_ucs_table[i] == w) { in mb_wchar_to_cp932()
595 if (cp932ext3_ucs_table[i] == w) { in mb_wchar_to_sjiswin()
H A Dmbfilter_euc_jp_win.c195 w = cp932ext3_ucs_table[n]; in mbfl_filt_conv_eucjpwin_wchar()
306 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_eucjpwin()
421 w = cp932ext3_ucs_table[i]; in mb_eucjpwin_to_wchar()
511 if (cp932ext3_ucs_table[i] == w) { in mb_wchar_to_eucjpwin()
H A Dmbfilter_iso2022_jp_ms.c295 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_2022jpms()
529 if (w == cp932ext3_ucs_table[i]) { in mb_wchar_to_iso2022jpms()
H A Dmbfilter_sjis_mobile.c663 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_sjis_mobile_wchar()
930 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_sjis_docomo_to_wchar()
1161 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_sjis_kddi_to_wchar()
1468 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_sjis_sb_to_wchar()
H A Dmbfilter_cp5022x.c209 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
947 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mb_cp5022x_to_wchar()

Completed in 16 milliseconds