ucs_a2_uhc_table_max  182 ext/mbstring/libmbfl/filters/mbfilter_euc_kr.c 	} else if (c >= ucs_a2_uhc_table_min && c < ucs_a2_uhc_table_max) {
ucs_a2_uhc_table_max  204 ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c 	} else if (c >= ucs_a2_uhc_table_min && c < ucs_a2_uhc_table_max) {
ucs_a2_uhc_table_max  187 ext/mbstring/libmbfl/filters/mbfilter_uhc.c 	} else if (c >= ucs_a2_uhc_table_min && c < ucs_a2_uhc_table_max) {
ucs_a2_uhc_table_max 2719 ext/mbstring/libmbfl/filters/unicode_table_uhc.h const int ucs_a2_uhc_table_max = 0x2000 + (sizeof(ucs_a2_uhc_table)/sizeof(unsigned short));
ucs_a2_uhc_table_max 7203 ext/mbstring/libmbfl/filters/unicode_table_uhc.h extern const int ucs_a2_uhc_table_max;