Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dlocal.h37 #define __WCTOMB (__get_current_locale()->wctomb)
59 #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.c294 return wcstod_l (nptr, endptr, __get_current_locale ()); in wcstod()
301 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.c195 return strtoul_l (s, ptr, base, __get_current_locale ()); in strtoul()
Dstrtoull.c200 return _strtoull_l (s, ptr, base, __get_current_locale ()); in strtoull()
Dwcsnrtombs.c149 __get_current_locale ()); in wcsnrtombs()
Dstrtoimax.c152 return strtoimax_l(nptr, endptr, base, __get_current_locale()); in strtoimax()
Dstrtoumax.c132 return strtoumax_l(nptr, endptr, base, __get_current_locale()); in strtoumax()
Dstrtoll.c225 return _strtoll_l (s, ptr, base, __get_current_locale ()); in strtoll()
Dwcstol.c219 return wcstol_l (s, ptr, base, __get_current_locale ()); in wcstol()
Dwcstoll.c217 return wcstoll_l (s, ptr, base, __get_current_locale ()); in wcstoll()
Dwcstoul.c197 return wcstoul_l (s, ptr, base, __get_current_locale ()); in wcstoul()
Dstrtol.c226 return _strtol_l (s, ptr, base, __get_current_locale ()); in strtol()
Dwcstoull.c212 return wcstoull_l (s, ptr, base, __get_current_locale ()); in wcstoull()
Dwcstoimax.c138 return wcstoimax_l(nptr, endptr, base, __get_current_locale()); in wcstoimax()
Dwcstoumax.c136 return wcstoumax_l(nptr, endptr, base, __get_current_locale()); in wcstoumax()
Dstrtod.c1282 return strtod_l (s00, se, __get_current_locale ());
1340 double val = strtod_l (s00, se, __get_current_locale ());
/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Duselocale.c95 current_locale = __get_current_locale(); in uselocale()
Dsetlocale.h223 __get_current_locale (void) in __get_current_locale() function
408 return __get_current_locale()->ctype_codeset; in __current_locale_charset()
422 return (char *) __get_current_locale()->message_codeset; in __locale_msgcharset()
429 return __get_current_locale()->cjk_lang; in __locale_cjk_lang()
Dlocaleconv.c87 return __localeconv_l (__get_current_locale ()); in localeconv()
Dlocale.c1000 return __get_current_locale ()->mb_cur_max[0]; in __locale_mb_cur_max()
1014 return __get_current_locale ()->ctype_ptr; in __locale_ctype_ptr()
Dnl_langinfo.c396 return nl_langinfo_l (item, __get_current_locale ()); in nl_langinfo()
/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrptime.c516 return strptime_l (buf, format, timeptr, __get_current_locale ()); in strptime()
Dstrftime.c1483 size_t ret = __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()
1491 return __strftime (s, maxsize, format, tim_p, __get_current_locale (), in strftime()