Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h3174 const int cp936_ucs_table_size = (sizeof(cp936_ucs_table)/sizeof(unsigned short)); variable
6439 extern const int cp936_ucs_table_size;
H A Dmbfilter_euc_cn.c117 ZEND_ASSERT(w < cp936_ucs_table_size); in mbfl_filt_conv_euccn_wchar()
239 ZEND_ASSERT(w < cp936_ucs_table_size); in mb_euccn_to_wchar()
H A Dmbfilter_hz.c103 ZEND_ASSERT(s < cp936_ucs_table_size); in mbfl_filt_conv_hz_wchar()
294 ZEND_ASSERT(s < cp936_ucs_table_size); in mb_hz_to_wchar()
H A Dmbfilter_cp936.c152 ZEND_ASSERT(w < cp936_ucs_table_size); in mbfl_filt_conv_cp936_wchar()
316 ZEND_ASSERT(w < cp936_ucs_table_size); in mb_cp936_to_wchar()
H A Dmbfilter_gb18030.c177 ZEND_ASSERT(w < cp936_ucs_table_size); in mbfl_filt_conv_gb18030_wchar()
457 ZEND_ASSERT(w < cp936_ucs_table_size); in mb_gb18030_to_wchar()

Completed in 33 milliseconds