Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_big5.h29 static const unsigned short big5_ucs_table[] = { variable
1947 static const int big5_ucs_table_size = sizeof(big5_ucs_table) / sizeof(unsigned short);
H A Dmbfilter_cjk.c11649 w = big5_ucs_table[w]; in mbfl_filt_conv_big5_wchar()
11879 w = big5_ucs_table[w]; in mb_big5_to_wchar()
11963 w = (w < big5_ucs_table_size) ? big5_ucs_table[w] : 0; in mb_cp950_to_wchar()

Completed in 70 milliseconds