Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/locale/
Dlocale.c470 int mbc_max; in __loadlocale() local
572 mbc_max = 6; in __loadlocale()
582 mbc_max = 8; in __loadlocale()
596 mbc_max = 3; in __loadlocale()
608 mbc_max = 2; in __loadlocale()
635 mbc_max = 1; in __loadlocale()
676 mbc_max = 1; in __loadlocale()
686 mbc_max = 2; in __loadlocale()
719 mbc_max = 1; in __loadlocale()
733 mbc_max = 1; in __loadlocale()
[all …]
/picolibc-latest/newlib/
DChangeLog-20156605 * libc/locale/locale.c (loadlocale): Set mbc_max to 3 for EUCJP.