Home
last modified time | relevance | path

Searched refs:JIS_state_table (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dmbtowc_r.c56 static JIS_STATE JIS_state_table[JIS_S_NUM][JIS_C_NUM] = { variable
924 curr_state = JIS_state_table[curr_state][ch]; in __jis_mbtowc()
/picolibc-latest/newlib/
DChangeLog-20153648 * libc/stdlib/mbtowc_r.c (JIS_state_table): Disable when building
21899 * libc/stdlib/mbtowc_r.c (_mbtowc_r): Defined arrays 'JIS_state_table' and