Searched refs:CTYPES (Results 1 – 1 of 1) sorted by relevance
44 #define CTYPES 12 macro136 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); } in Is_wc_1()137 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); } in Is_wc_2()138 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); } in Is_wc_3()139 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); } in Is_wc_4()140 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); } in Is_wc_5()141 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); } in Is_wc_6()142 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); } in Is_wc_7()143 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); } in Is_wc_8()