Home
last modified time | relevance | path

Searched refs:__get_time_locale (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/locale/
Dnl_langinfo.c176 ret = (char *) __get_time_locale (locale)->codeset; in nl_langinfo_l()
198 ret = (char *) __get_time_locale (locale)->c_fmt; in nl_langinfo_l()
201 ret = (char *) __get_time_locale (locale)->x_fmt; in nl_langinfo_l()
204 ret = (char *) __get_time_locale (locale)->X_fmt; in nl_langinfo_l()
207 ret = (char *) __get_time_locale (locale)->ampm_fmt; in nl_langinfo_l()
210 ret = (char *) __get_time_locale (locale)->am_pm[0]; in nl_langinfo_l()
213 ret = (char *) __get_time_locale (locale)->am_pm[1]; in nl_langinfo_l()
217 ret = (char*) __get_time_locale (locale)->weekday[_REL(DAY_1)]; in nl_langinfo_l()
221 ret = (char*) __get_time_locale (locale)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
226 ret = (char*) __get_time_locale (locale)->month[_REL(MON_1)]; in nl_langinfo_l()
[all …]
Dsetlocale.h289 __get_time_locale (struct __locale_t *locale) in __get_time_locale() function
342 __get_time_locale (struct __locale_t *locale) in __get_time_locale() function
/picolibc-latest/newlib/libc/time/
Dstrptime.c163 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in strptime_l()
Dstrftime.c699 const struct lc_time_T *_CurrentTimeLocale = __get_time_locale (locale); in __strftime()