CP932INV_TABLE_BEGIN 1642 ext/nkf/nkf-utf8/nkf.c 	&& CP932INV_TABLE_BEGIN <= c2 && c2 <= CP932INV_TABLE_END){
CP932INV_TABLE_BEGIN 1643 ext/nkf/nkf-utf8/nkf.c 	val = cp932inv[c2 - CP932INV_TABLE_BEGIN][c1 - 0x40];
CP932INV_TABLE_BEGIN 2772 ext/nkf/nkf-utf8/nkf.c 	    && CP932INV_TABLE_BEGIN <= c2 && c2 <= CP932INV_TABLE_END){
CP932INV_TABLE_BEGIN 2773 ext/nkf/nkf-utf8/nkf.c 	    nkf_char c = cp932inv[c2 - CP932INV_TABLE_BEGIN][c1 - 0x40];