Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis2004.h1594 static const int jisx0213_ucs_table_size = (sizeof(jisx0213_ucs_table)/sizeof(unsigned short)); variable
H A Dmbfilter_sjis_2004.c238 if (w1 >= 0 && w1 < jisx0213_ucs_table_size) { in mbfl_filt_conv_jis2004_wchar()
341 if (s >= 0 && s < jisx0213_ucs_table_size) { in mbfl_filt_conv_jis2004_wchar()

Completed in 23 milliseconds