Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dld-ctype.c1691 struct translit_ignore_t *tirunp = ctype->translit_ignore; in find_translit2() local
1730 while (tirunp != NULL) in find_translit2()
1732 if (tirunp->from <= wch && tirunp->to >= wch) in find_translit2()
1736 for (wi = tirunp->from; wi <= wch; wi += tirunp->step) in find_translit2()