ucs_r1_uhc_table_max  190 ext/mbstring/libmbfl/filters/mbfilter_euc_kr.c 	} else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) {
ucs_r1_uhc_table_max  212 ext/mbstring/libmbfl/filters/mbfilter_iso2022_kr.c 	} else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) {
ucs_r1_uhc_table_max  195 ext/mbstring/libmbfl/filters/mbfilter_uhc.c 	} else if (c >= ucs_r1_uhc_table_min && c < ucs_r1_uhc_table_max) {
ucs_r1_uhc_table_max 7147 ext/mbstring/libmbfl/filters/unicode_table_uhc.h const int ucs_r1_uhc_table_max = 0xf800 + (sizeof(ucs_r1_uhc_table)/sizeof(unsigned short));
ucs_r1_uhc_table_max 7211 ext/mbstring/libmbfl/filters/unicode_table_uhc.h extern const int ucs_r1_uhc_table_max;