Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Dtolower_l.c22 else if (c != EOF && __locale_mb_cur_max_l (locale) == 1 in tolower_l()
Dtoupper_l.c24 else if (c != EOF && __locale_mb_cur_max_l (locale) == 1 in toupper_l()
/picolibc-latest/newlib/libc/locale/
Dsetlocale.h252 __locale_mb_cur_max_l (struct __locale_t *locale) in __locale_mb_cur_max_l() function