Home
last modified time | relevance | path

Searched refs:uhc3_ucs_table_size (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h2353 static const int uhc3_ucs_table_size = (sizeof(uhc3_ucs_table)/sizeof(unsigned short)); variable
H A Dmbfilter_euc_kr.c139 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_uhc.c141 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_iso2022_kr.c128 if (w >= 0 && w < uhc3_ucs_table_size) { in mbfl_filt_conv_2022kr_wchar()

Completed in 23 milliseconds