Home
last modified time | relevance | path

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

/PHP-7.2/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.c180 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjp_wchar()
H A Dmbfilter_euc_jp_win.c205 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjpwin_wchar()
H A Dmbfilter_jis.c174 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
H A Dmbfilter_cp5022x.c295 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_ms_wchar()

Completed in 22 milliseconds