Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis2004.h31 static const unsigned short jisx0213_ucs_table[] = { // 0x0000 - 0x2C0F variable
1594 static const int jisx0213_ucs_table_size = (sizeof(jisx0213_ucs_table)/sizeof(unsigned short));
H A Dmbfilter_cjk.c1648 w = jisx0213_ucs_table[w1]; in mbfl_filt_conv_jis2004_wchar()
1716 w = jisx0213_ucs_table[s]; in mbfl_filt_conv_jis2004_wchar()
2161 w = jisx0213_ucs_table[w1]; in mb_iso2022jp2004_to_wchar()
2189 uint32_t w = jisx0213_ucs_table[s]; in mb_iso2022jp2004_to_wchar()
7203 uint32_t w = jisx0213_ucs_table[w1]; in mb_sjis2004_to_wchar()
9203 w = jisx0213_ucs_table[w1]; in mb_eucjp2004_to_wchar()
9247 unsigned int w = jisx0213_ucs_table[s]; in mb_eucjp2004_to_wchar()

Completed in 43 milliseconds