Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dtowctrans_l.c51 caseconv_table [] = { variable
83 bisearch(c, caseconv_table, in toulower()
84 sizeof(caseconv_table) / sizeof(*caseconv_table) - 1); in toulower()
118 bisearch(c, caseconv_table, in touupper()
119 sizeof(caseconv_table) / sizeof(*caseconv_table) - 1); in touupper()