Home
last modified time | relevance | path

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

/php-src/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.c1724 if (s1 == jisx0213_p2_ofst[k]) { in mbfl_filt_conv_jis2004_wchar()
1728 k -= jisx0213_p2_ofst[k]; in mbfl_filt_conv_jis2004_wchar()
2021 s1 = jisx0213_p2_ofst[k] + 0x21; in mbfl_filt_conv_wchar_jis2004()
2197 if (s1 == jisx0213_p2_ofst[k]) { in mb_iso2022jp2004_to_wchar()
2201 k -= jisx0213_p2_ofst[k]; in mb_iso2022jp2004_to_wchar()
2361 s = jisx0213_p2_ofst[k] + 0x21; in mb_wchar_to_iso2022jp2004()
9268 if (s1 == jisx0213_p2_ofst[k]) { in mb_eucjp2004_to_wchar()
9272 k -= jisx0213_p2_ofst[k]; in mb_eucjp2004_to_wchar()
9407 s = jisx0213_p2_ofst[k] + 0x21; in mb_wchar_to_eucjp2004()

Completed in 38 milliseconds