Home
last modified time | relevance | path

Searched refs:_isjis (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmbctype.h17 int _isjis (int c);
23 #define _isjis(c) ((c) >= 0x21 && (c) <= 0x7e) macro
Dwctomb_r.c227 if (_isjis (char1) && _isjis (char2)) in __jis_wctomb()
Dmbtowc_r.c921 if (_isjis (curr_ch)) in __jis_mbtowc()