Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h1695 const int uhc1_ucs_table_size = (sizeof(uhc1_ucs_table)/sizeof(unsigned short)); variable
H A Dmbfilter_cjk.c4055 ZEND_ASSERT(w < uhc1_ucs_table_size); in mbfl_filt_conv_2022kr_wchar()
4265 ZEND_ASSERT(w < uhc1_ucs_table_size); in mb_iso2022kr_to_wchar()
9926 ZEND_ASSERT(w < uhc1_ucs_table_size); in mbfl_filt_conv_euckr_wchar()
10030 ZEND_ASSERT(w < uhc1_ucs_table_size); in mb_euckr_to_wchar()
10122 if (w >= 0 && w < uhc1_ucs_table_size) { in mbfl_filt_conv_uhc_wchar()
10221 ZEND_ASSERT(w < uhc1_ucs_table_size); in mb_uhc_to_wchar()

Completed in 40 milliseconds