Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/iconv/ces/
Dtable.c57 find_code_size (ucs2_t code, const __uint16_t *tblp);
150 code = find_code_size ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()
232 ucs = find_code_size((ucs2_t)**inbuf << 8 | (ucs2_t)*(*inbuf + 1), in table_convert_to_ucs()
358 find_code_size (ucs2_t code, in find_code_size() function