ucs_cf_cp936_table_min  247 ext/mbstring/libmbfl/filters/mbfilter_cp936.c 	} else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) {
ucs_cf_cp936_table_min  248 ext/mbstring/libmbfl/filters/mbfilter_cp936.c 		s = ucs_cf_cp936_table[c - ucs_cf_cp936_table_min];
ucs_cf_cp936_table_min  313 ext/mbstring/libmbfl/filters/mbfilter_gb18030.c 	} else if (c >= ucs_cf_cp936_table_min && c < ucs_cf_cp936_table_max) {
ucs_cf_cp936_table_min  315 ext/mbstring/libmbfl/filters/mbfilter_gb18030.c 		s = ucs_cf_cp936_table[c - ucs_cf_cp936_table_min];
ucs_cf_cp936_table_min 6461 ext/mbstring/libmbfl/filters/unicode_table_cp936.h const int ucs_cf_cp936_table_min = 0xfe30;
ucs_cf_cp936_table_min 6543 ext/mbstring/libmbfl/filters/unicode_table_cp936.h extern const int ucs_cf_cp936_table_min;