Home
last modified time | relevance | path

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

/glibc-2.36/iconv/
Diconv_charmap.c63 is_term (struct convtable *tbl, unsigned int idx) in is_term() function
256 if (is_term (tbl, byte) || tbl->val[byte].sub == NULL) in add_bytes()
272 if (! is_term (tbl, byte) && tbl->val[byte].sub == NULL) in add_bytes()
436 while (! is_term (cur, byte)) in process_block()