Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h2354 const int uhc3_ucs_table_size = (sizeof(uhc3_ucs_table)/sizeof(unsigned short)); variable
7199 extern const int uhc3_ucs_table_size;
H A Dmbfilter_uhc.c126 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_euc_kr.c126 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_iso2022_kr.c125 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_2022kr_wchar()

Completed in 47 milliseconds