Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Dtowctrans_l.c59 caseconv_table [] = { variable
91 bisearch(c, caseconv_table, in toulower()
92 sizeof(caseconv_table) / sizeof(*caseconv_table) - 1); in toulower()
126 bisearch(c, caseconv_table, in touupper()
127 sizeof(caseconv_table) / sizeof(*caseconv_table) - 1); in touupper()