Home
last modified time | relevance | path

Searched refs:_iseucjp2 (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dmbctype.h22 #define _iseucjp2(c) ((c) >= 0xa1 && (c) <= 0xfe) macro
Dwctomb_r.c186 if (_iseucjp1 (char1) && _iseucjp2 (char2)) in __eucjp_wctomb()
192 else if (_iseucjp2 (char1) && _iseucjp2 (char2 | 0x80)) in __eucjp_wctomb()
Dmbtowc_r.c812 if (_iseucjp2 (ch)) in __eucjp_mbtowc()
837 if (_iseucjp2 (ch)) in __eucjp_mbtowc()
/picolibc-latest/newlib/
DChangeLog-20156583 (_iseucjp2): Rename from _iseucjp.