Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h106 const unsigned short cp932ext3_ucs_table[] = { variable
168 const int cp932ext3_ucs_table_max = (115 - 1)*94 + (sizeof (cp932ext3_ucs_table) / sizeof (unsigned…
H A Dmbfilter_cjk.c2408 w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min]; in mbfl_filt_conv_cp5022x_wchar()
3723 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_2022jpms()
3957 if (w == cp932ext3_ucs_table[i]) { in mb_wchar_to_iso2022jpms()
6447 w = cp932ext3_ucs_table[w - cp932ext3_ucs_table_min]; in mb_sjis_docomo_to_wchar()
7472 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_cp932()
7641 if (cp932ext3_ucs_table[i] == w) { in mb_wchar_to_cp932()
7720 if (cp932ext3_ucs_table[i] == w) { in mb_wchar_to_sjiswin()
8514 w = cp932ext3_ucs_table[n]; in mbfl_filt_conv_eucjpwin_wchar()
8625 if (c == cp932ext3_ucs_table[c1]) { in mbfl_filt_conv_wchar_eucjpwin()
8740 w = cp932ext3_ucs_table[i]; in mb_eucjpwin_to_wchar()
[all …]

Completed in 46 milliseconds