Searched refs:_iseucjp2 (Results 1 – 4 of 4) sorted by relevance
22 #define _iseucjp2(c) ((c) >= 0xa1 && (c) <= 0xfe) macro
186 if (_iseucjp1 (char1) && _iseucjp2 (char2)) in __eucjp_wctomb()192 else if (_iseucjp2 (char1) && _iseucjp2 (char2 | 0x80)) in __eucjp_wctomb()
812 if (_iseucjp2 (ch)) in __eucjp_mbtowc()837 if (_iseucjp2 (ch)) in __eucjp_mbtowc()
6583 (_iseucjp2): Rename from _iseucjp.