Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis.h2275 const int jisx0212_ucs_table_size = (sizeof (jisx0212_ucs_table) / sizeof (unsigned short)); variable
H A Dmbfilter_cjk.c188 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
565 if (s < jisx0212_ucs_table_size) { in mb_iso2022jp_to_wchar()
853 if (s < jisx0212_ucs_table_size && jisx0212_ucs_table[s]) { in mb_check_jis()
2437 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_cp5022x_wchar()
3227 if (s < jisx0212_ucs_table_size) { in mb_cp5022x_to_wchar()
8236 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjp_wchar()
8362 if (s < jisx0212_ucs_table_size) { in mb_eucjp_to_wchar()
8531 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjpwin_wchar()
8762 if (s < jisx0212_ucs_table_size) { in mb_eucjpwin_to_wchar()

Completed in 41 milliseconds