Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h2346 const int uhc3_ucs_table_size = (sizeof(uhc3_ucs_table)/sizeof(unsigned short)); variable
H A Dmbfilter_cjk.c4060 if (w < uhc3_ucs_table_size) { in mbfl_filt_conv_2022kr_wchar()
4270 ZEND_ASSERT(w < uhc3_ucs_table_size); in mb_iso2022kr_to_wchar()
9930 ZEND_ASSERT(w < uhc3_ucs_table_size); in mbfl_filt_conv_euckr_wchar()
10037 ZEND_ASSERT(w < uhc3_ucs_table_size); in mb_euckr_to_wchar()
10127 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_uhc_wchar()
10225 ZEND_ASSERT(w < uhc3_ucs_table_size); in mb_uhc_to_wchar()

Completed in 44 milliseconds