Searched refs:__get_current_time_locale (Results 1 – 5 of 5) sorted by relevance
80 ret = (char *) __get_current_time_locale(loc)->c_fmt; in nl_langinfo_l()83 ret = (char *) __get_current_time_locale(loc)->x_fmt; in nl_langinfo_l()86 ret = (char *) __get_current_time_locale(loc)->X_fmt; in nl_langinfo_l()89 ret = (char *) __get_current_time_locale(loc)->ampm_fmt; in nl_langinfo_l()92 ret = (char *) __get_current_time_locale(loc)->am; in nl_langinfo_l()95 ret = (char *) __get_current_time_locale(loc)->pm; in nl_langinfo_l()99 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)]; in nl_langinfo_l()103 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()108 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)]; in nl_langinfo_l()113 ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)]; in nl_langinfo_l()[all …]
58 struct lc_time_T *__get_current_time_locale(locale_t);
120 __get_current_time_locale(locale_t loc) in __get_current_time_locale() function
119 struct lc_time_T *tptr = __get_current_time_locale(loc); in _fmt()
89 const struct lc_time_T *tptr = __get_current_time_locale(locale); in _strptime()