Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dtowctrans_l.c82 const struct caseconv_entry * cce = in toulower() local
86 if (cce) in toulower()
87 switch (cce->mode) in toulower()
90 return c + cce->delta; in toulower()
94 switch (cce->delta) in toulower()
117 const struct caseconv_entry * cce = in touupper() local
121 if (cce) in touupper()
122 switch (cce->mode) in touupper()
125 return c + cce->delta; in touupper()
129 switch (cce->delta) in touupper()