cp932ext3_ucs_table_min  281 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 				} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) {
cp932ext3_ucs_table_min  282 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min];
cp932ext3_ucs_table_min  490 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  722 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  869 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  198 ext/mbstring/libmbfl/filters/mbfilter_cp932.c 				} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) {		/* vendor ext3 (115ku - 119ku) */
cp932ext3_ucs_table_min  199 ext/mbstring/libmbfl/filters/mbfilter_cp932.c 					w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min];
cp932ext3_ucs_table_min  296 ext/mbstring/libmbfl/filters/mbfilter_cp932.c 			c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  216 ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 						if (n < (cp932ext3_ucs_table_max - cp932ext3_ucs_table_min)) {
cp932ext3_ucs_table_min  340 ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 				c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  356 ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c 			c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  664 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 				} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) {		/* vendor ext3 (115ku - 119ku) */
cp932ext3_ucs_table_min  665 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 					w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min];
cp932ext3_ucs_table_min  863 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 			c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  197 ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c 				} else if (s >= cp932ext3_ucs_table_min && s < cp932ext3_ucs_table_max) {		/* vendor ext3 (115ku - 119ku) */
cp932ext3_ucs_table_min  198 ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c 					w = cp932ext3_ucs_table[s - cp932ext3_ucs_table_min];
cp932ext3_ucs_table_min  295 ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c 			c2 = cp932ext3_ucs_table_max - cp932ext3_ucs_table_min;
cp932ext3_ucs_table_min  169 ext/mbstring/libmbfl/filters/unicode_table_cp932_ext.h const int cp932ext3_ucs_table_min = (115 - 1)*94;
cp932ext3_ucs_table_min  182 ext/mbstring/libmbfl/filters/unicode_table_cp932_ext.h extern const int cp932ext3_ucs_table_min;