Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/iconv/ces/
Deuc.c57 int mb_cur_max; member
113 data->mb_cur_max = 3; in euc_from_ucs_init()
123 data->mb_cur_max = 2; in euc_from_ucs_init()
133 data->mb_cur_max = 4; in euc_from_ucs_init()
268 data->mb_cur_max = 3; in euc_to_ucs_init()
278 data->mb_cur_max = 2; in euc_to_ucs_init()
288 data->mb_cur_max = 4; in euc_to_ucs_init()
422 return ((euc_data_t *)data)->mb_cur_max; in euc_get_mb_cur_max()
/picolibc-latest/newlib/libc/locale/
Dsetlocale.h54 const char *mb_cur_max; member
185 char mb_cur_max[2]; member
255 return __get_ctype_locale (locale)->mb_cur_max[0]; in __locale_mb_cur_max_l()
257 return locale->mb_cur_max[0]; in __locale_mb_cur_max_l()
Dlocale.c805 loc->mb_cur_max[0] = mbc_max; in __loadlocale()
861 return __get_current_ctype_locale ()->mb_cur_max[0]; in __locale_mb_cur_max()
863 return __get_current_locale ()->mb_cur_max[0]; in __locale_mb_cur_max()
Dnl_langinfo.c311 ret = (char *) __get_ctype_locale (locale)->mb_cur_max; in nl_langinfo_l()
/picolibc-latest/newlib/
DChangeLog-20154889 (__locale_mb_cur_max): Add (but disable for now) returning mb_cur_max