Home
last modified time | relevance | path

Searched refs:uhc2_ucs_table_size (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h1703 const int uhc2_ucs_table_size = (sizeof(uhc2_ucs_table)/sizeof(unsigned short)); variable
7198 extern const int uhc2_ucs_table_size;
H A Dmbfilter_uhc.c121 if (w >= 0 && w < uhc2_ucs_table_size) { in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_euc_kr.c119 if (w >= 0 && w < uhc2_ucs_table_size) { in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_iso2022_kr.c117 if (w >= 0 && w < uhc2_ucs_table_size) { in mbfl_filt_conv_2022kr_wchar()

Completed in 43 milliseconds