cp932ext2_ucs_table_min  279 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 				} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) {
cp932ext2_ucs_table_min  280 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min];
cp932ext2_ucs_table_min  477 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 			const int oh = cp932ext2_ucs_table_min / 94;
cp932ext2_ucs_table_min  479 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					cp932ext2_ucs_table_max - cp932ext2_ucs_table_min;
cp932ext2_ucs_table_min  709 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 			const int oh = cp932ext2_ucs_table_min / 94;
cp932ext2_ucs_table_min  711 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					cp932ext2_ucs_table_max - cp932ext2_ucs_table_min;
cp932ext2_ucs_table_min  856 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 			const int oh = cp932ext2_ucs_table_min / 94;
cp932ext2_ucs_table_min  858 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c 					cp932ext2_ucs_table_max - cp932ext2_ucs_table_min;
cp932ext2_ucs_table_min  160 ext/mbstring/libmbfl/filters/mbfilter_cp51932.c 				} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) {		/* vendor ext2 (89ku - 92ku) */
cp932ext2_ucs_table_min  161 ext/mbstring/libmbfl/filters/mbfilter_cp51932.c 					w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min];
cp932ext2_ucs_table_min  268 ext/mbstring/libmbfl/filters/mbfilter_cp51932.c 				c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min;
cp932ext2_ucs_table_min  196 ext/mbstring/libmbfl/filters/mbfilter_cp932.c 				} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) {		/* vendor ext2 (89ku - 92ku) */
cp932ext2_ucs_table_min  197 ext/mbstring/libmbfl/filters/mbfilter_cp932.c 					w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min];
cp932ext2_ucs_table_min  153 ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c 					} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) {		/* vendor ext2 (89ku - 92ku) */
cp932ext2_ucs_table_min  154 ext/mbstring/libmbfl/filters/mbfilter_iso2022_jp_ms.c 						w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min];
cp932ext2_ucs_table_min  662 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 				} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) {		/* vendor ext2 (89ku - 92ku) */
cp932ext2_ucs_table_min  663 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 					w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min];
cp932ext2_ucs_table_min  851 ext/mbstring/libmbfl/filters/mbfilter_sjis_mobile.c 			c2 = cp932ext2_ucs_table_max - cp932ext2_ucs_table_min;
cp932ext2_ucs_table_min  195 ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c 				} else if (s >= cp932ext2_ucs_table_min && s < cp932ext2_ucs_table_max) {		/* vendor ext2 (89ku - 92ku) */
cp932ext2_ucs_table_min  196 ext/mbstring/libmbfl/filters/mbfilter_sjis_open.c 					w = cp932ext2_ucs_table[s - cp932ext2_ucs_table_min];
cp932ext2_ucs_table_min  105 ext/mbstring/libmbfl/filters/unicode_table_cp932_ext.h const int cp932ext2_ucs_table_min = (89 - 1)*94;
cp932ext2_ucs_table_min  180 ext/mbstring/libmbfl/filters/unicode_table_cp932_ext.h extern const int cp932ext2_ucs_table_min;