Lines Matching refs:locale
117 time_startup (struct linereader *lr, struct localedef_t *locale, in time_startup() argument
121 locale->categories[LC_TIME].time = in time_startup()
133 time_finish (struct localedef_t *locale, const struct charmap_t *charmap) in time_finish() argument
135 struct locale_time_t *time = locale->categories[LC_TIME].time; in time_finish()
143 if (locale->copy_name[LC_TIME] != NULL) in time_finish()
147 struct localedef_t *from = locale; in time_finish()
155 time = locale->categories[LC_TIME].time in time_finish()
165 time_startup (NULL, locale, 0); in time_finish()
166 time = locale->categories[LC_TIME].time; in time_finish()
534 time_output (struct localedef_t *locale, const struct charmap_t *charmap, in time_output() argument
537 struct locale_time_t *time = locale->categories[LC_TIME].time; in time_output()