Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dlocal.h31 #define __WCTOMB (__get_current_locale()->wctomb)
47 #define __MBTOWC (__get_current_locale()->mbtowc)
Dwcstold.c122 return wcstod_l(nptr, endptr, __get_current_locale ()); in wcstold()
124 return wcstold_l(nptr, endptr, __get_current_locale ()); in wcstold()
Dwcstod.c293 return wcstod_l (nptr, endptr, __get_current_locale ()); in wcstod()
300 return wcstof_l (nptr, endptr, __get_current_locale ()); in wcstof()
Dstrtold.c76 _strtorx_l (s00, se, FLT_ROUNDS, &result, __get_current_locale ()); in strtold()
Dstrtoul.c194 return strtoul_l (s, ptr, base, __get_current_locale ()); in strtoul()
Dstrtoull.c199 return _strtoull_l (s, ptr, base, __get_current_locale ()); in strtoull()
Dstrtoumax.c130 return strtoumax_l(nptr, endptr, base, __get_current_locale()); in strtoumax()
Dwcsnrtombs.c148 __get_current_locale ()); in wcsnrtombs()
Dstrtoimax.c150 return strtoimax_l(nptr, endptr, base, __get_current_locale()); in strtoimax()
Dstrtoll.c224 return _strtoll_l (s, ptr, base, __get_current_locale ()); in strtoll()
Dwcstol.c216 return wcstol_l (s, ptr, base, __get_current_locale ()); in wcstol()
Dwcstoll.c216 return wcstoll_l (s, ptr, base, __get_current_locale ()); in wcstoll()
Dwcstoul.c195 return wcstoul_l (s, ptr, base, __get_current_locale ()); in wcstoul()
Dstrtol.c225 return _strtol_l (s, ptr, base, __get_current_locale ()); in strtol()
Dwcstoull.c211 return wcstoull_l (s, ptr, base, __get_current_locale ()); in wcstoull()
Dwcstoumax.c133 return wcstoumax_l(nptr, endptr, base, __get_current_locale()); in wcstoumax()
Dwcstoimax.c135 return wcstoimax_l(nptr, endptr, base, __get_current_locale()); in wcstoimax()
Dstrtod.c1281 return strtod_l (s00, se, __get_current_locale ());
1339 double val = strtod_l (s00, se, __get_current_locale ());
/picolibc-latest/newlib/libc/locale/
Dsetlocale.h213 __get_current_locale (void) in __get_current_locale() function
385 return __get_current_locale()->ctype_codeset; in __current_locale_charset()
399 return (char *) __get_current_locale()->message_codeset; in __locale_msgcharset()
406 return __get_current_locale()->cjk_lang; in __locale_cjk_lang()
Duselocale.c93 current_locale = __get_current_locale(); in uselocale()
Dlocaleconv.c88 return __localeconv_l (__get_current_locale ()); in localeconv()
Dlocale.c863 return __get_current_locale ()->mb_cur_max[0]; in __locale_mb_cur_max()
877 return __get_current_locale ()->ctype_ptr; in __locale_ctype_ptr()
Dnl_langinfo.c337 return nl_langinfo_l (item, __get_current_locale ()); in nl_langinfo()
/picolibc-latest/newlib/libc/time/
Dstrptime.c517 return strptime_l (buf, format, timeptr, __get_current_locale ()); in strptime()
Dstrftime.c1462 size_t ret = __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()
1470 return __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()