Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp936.h33 const unsigned short cp936_ucs_table[] = { variable
3174 const int cp936_ucs_table_size = (sizeof(cp936_ucs_table)/sizeof(unsigned short));
6428 extern const unsigned short cp936_ucs_table[];
H A Dmbfilter_euc_cn.c125 w = cp936_ucs_table[w]; in mbfl_filt_conv_euccn_wchar()
247 w = cp936_ucs_table[w]; in mb_euccn_to_wchar()
H A Dmbfilter_hz.c113 w = cp936_ucs_table[s]; in mbfl_filt_conv_hz_wchar()
305 s = cp936_ucs_table[s]; in mb_hz_to_wchar()
H A Dmbfilter_cp936.c153 CK((*filter->output_function)(cp936_ucs_table[w], filter->data)); in mbfl_filt_conv_cp936_wchar()
317 *out++ = cp936_ucs_table[w]; in mb_cp936_to_wchar()
H A Dmbfilter_gb18030.c178 CK((*filter->output_function)(cp936_ucs_table[w], filter->data)); in mbfl_filt_conv_gb18030_wchar()
458 *out++ = cp936_ucs_table[w]; in mb_gb18030_to_wchar()

Completed in 30 milliseconds