Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis2004.h5051 static const unsigned short jisx0213_p2_ofst[] = { variable
5056 static const int jisx0213_p2_ofst_len = sizeof(jisx0213_p2_ofst)/sizeof(unsigned short);
H A Dmbfilter_cjk.c1707 if (s1 == jisx0213_p2_ofst[k]) { in mbfl_filt_conv_jis2004_wchar()
1711 k -= jisx0213_p2_ofst[k]; in mbfl_filt_conv_jis2004_wchar()
2004 s1 = jisx0213_p2_ofst[k] + 0x21; in mbfl_filt_conv_wchar_jis2004()
2180 if (s1 == jisx0213_p2_ofst[k]) { in mb_iso2022jp2004_to_wchar()
2184 k -= jisx0213_p2_ofst[k]; in mb_iso2022jp2004_to_wchar()
2344 s = jisx0213_p2_ofst[k] + 0x21; in mb_wchar_to_iso2022jp2004()
9238 if (s1 == jisx0213_p2_ofst[k]) { in mb_eucjp2004_to_wchar()
9242 k -= jisx0213_p2_ofst[k]; in mb_eucjp2004_to_wchar()
9377 s = jisx0213_p2_ofst[k] + 0x21; in mb_wchar_to_eucjp2004()

Completed in 84 milliseconds