Home
last modified time | relevance | path

Searched refs:cp932ext1_ucs_table_max (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp932_ext.h46 const int cp932ext1_ucs_table_max = (13 - 1)*94 + (sizeof (cp932ext1_ucs_table) / sizeof (unsigned … variable
179 extern const int cp932ext1_ucs_table_max;
H A Dmbfilter_cp51932.c156 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_cp51932_wchar()
258 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp51932()
H A Dmbfilter_cp932.c192 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_cp932_wchar()
286 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp932()
H A Dmbfilter_sjis_open.c191 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_sjis_open_wchar()
285 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_sjis_open()
H A Dmbfilter_euc_jp_win.c152 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_eucjpwin_wchar()
328 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_eucjpwin()
H A Dmbfilter_iso2022jp_mobile.c199 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_2022jp_mobile_wchar()
374 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_2022jp_mobile()
H A Dmbfilter_iso2022_jp_ms.c149 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_2022jpms_wchar()
346 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_2022jpms()
H A Dmbfilter_cp5022x.c277 } else if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { in mbfl_filt_conv_jis_ms_wchar()
467 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mbfl_filt_conv_wchar_jis_ms()
698 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_cp50221()
846 i < cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; i++) { in mbfl_filt_conv_wchar_cp50222()
H A Dmbfilter_sjis_mobile.c658 if (s >= cp932ext1_ucs_table_min && s < cp932ext1_ucs_table_max) { /* vendor ext1 (13ku) */ in mbfl_filt_conv_sjis_mobile_wchar()
841 c2 = cp932ext1_ucs_table_max - cp932ext1_ucs_table_min; in mbfl_filt_conv_wchar_sjis_mobile()

Completed in 29 milliseconds