Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h3174 const int cp936_ucs_table_size = (sizeof(cp936_ucs_table)/sizeof(unsigned short)); variable
6532 extern const int cp936_ucs_table_size;
H A Dmbfilter_euc_cn.c127 if (w >= 0 && w < cp936_ucs_table_size) { in mbfl_filt_conv_euccn_wchar()
H A Dmbfilter_hz.c111 if (s >= 0 && s < cp936_ucs_table_size) { in mbfl_filt_conv_hz_wchar()
H A Dmbfilter_cp936.c159 if (w >= 0 && w < cp936_ucs_table_size) { in mbfl_filt_conv_cp936_wchar()
H A Dmbfilter_gb18030.c197 if (w >= 0 && w < cp936_ucs_table_size) { in mbfl_filt_conv_gb18030_wchar()

Completed in 26 milliseconds