Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis2004.h4790 static const unsigned short ucs_c1_jisx0213_ofst[] = { variable
4844 static const int ucs_c1_jisx0213_tbl_len = sizeof(ucs_c1_jisx0213_ofst)/sizeof(unsigned short);
H A Dmbfilter_cjk.c1938 s1 = ucs_c1_jisx0213_ofst[k] + c - ucs_c1_jisx0213_tbl[2*k]; in mbfl_filt_conv_wchar_jis2004()
2301 s = ucs_c1_jisx0213_ofst[k] + w - ucs_c1_jisx0213_tbl[2*k]; in mb_wchar_to_iso2022jp2004()
7314 s = ucs_c1_jisx0213_ofst[k] + w - ucs_c1_jisx0213_tbl[2*k]; in mb_wchar_to_sjis2004()
9365 s = ucs_c1_jisx0213_ofst[k] + w - ucs_c1_jisx0213_tbl[2*k]; in mb_wchar_to_eucjp2004()

Completed in 45 milliseconds