Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis.h1196 const int jisx0208_ucs_table_size = (sizeof (jisx0208_ucs_table) / sizeof (unsigned short)); variable
H A Dmbfilter_cjk.c178 if (s >= 0 && s < jisx0208_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
558 if (s < jisx0208_ucs_table_size) { in mb_iso2022jp_to_wchar()
1384 } else if (s < jisx0208_ucs_table_size) { in mb_iso2022jp_kddi_to_wchar()
2223 if (s < jisx0208_ucs_table_size) { in mb_iso2022jp2004_to_wchar()
4865 if (w < jisx0208_ucs_table_size) { in mb_sjis_to_wchar()
5602 if (w < jisx0208_ucs_table_size) { in mb_sjismac_to_wchar()
6468 } else if (w < jisx0208_ucs_table_size) { in mb_sjis_docomo_to_wchar()
6697 } else if (w < jisx0208_ucs_table_size) { in mb_sjis_kddi_to_wchar()
7004 } else if (w < jisx0208_ucs_table_size) { in mb_sjis_sb_to_wchar()
7585 } else if (s < jisx0208_ucs_table_size) { in mb_cp932_to_wchar()
[all …]

Completed in 46 milliseconds