Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dunicode_table_uhc.h1702 static const int uhc2_ucs_table_size = (sizeof(uhc2_ucs_table)/sizeof(unsigned short)); variable
H A Dmbfilter_euc_kr.c132 if (w >= 0 && w < uhc2_ucs_table_size) { in mbfl_filt_conv_euckr_wchar()
H A Dmbfilter_uhc.c133 if (w >= 0 && w < uhc2_ucs_table_size) { in mbfl_filt_conv_uhc_wchar()
H A Dmbfilter_iso2022_kr.c121 if (w >= 0 && w < uhc2_ucs_table_size) { in mbfl_filt_conv_2022kr_wchar()

Completed in 33 milliseconds