Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_big5.h1947 static const int big5_ucs_table_size = sizeof(big5_ucs_table) / sizeof(unsigned short); variable
H A Dmbfilter_cjk.c11648 if (w >= 0 && w < big5_ucs_table_size) { in mbfl_filt_conv_big5_wchar()
11878 ZEND_ASSERT(w < big5_ucs_table_size); in mb_big5_to_wchar()
11963 w = (w < big5_ucs_table_size) ? big5_ucs_table[w] : 0; in mb_cp950_to_wchar()

Completed in 37 milliseconds