Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmbctype.h14 int _issjis1 (int c);
19 #define _issjis1(c) (((c) >= 0x81 && (c) <= 0x9f) || ((c) >= 0xe0 && (c) <= 0xef)) macro
Dwctomb_r.c154 if (_issjis1(char1) && _issjis2(char2)) in __sjis_wctomb()
Dmbtowc_r.c749 if (_issjis1 (ch)) in __sjis_mbtowc()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201520765 * libc/stdlib/mbctype.h (_issjis1, _issjis2): Added parentheses.