Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_jis.h2281 const int jisx0212_ucs_table_size = (sizeof (jisx0212_ucs_table) / sizeof (unsigned short)); variable
5859 extern const int jisx0212_ucs_table_size;
H A Dmbfilter_euc_jp.c156 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjp_wchar()
H A Dmbfilter_jis.c164 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
553 if (s < jisx0212_ucs_table_size && jisx0212_ucs_table[s]) { in mb_check_jis()
H A Dmbfilter_euc_jp_win.c177 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjpwin_wchar()
H A Dmbfilter_cp5022x.c210 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_cp5022x_wchar()

Completed in 23 milliseconds