Lines Matching refs:LC_TIME
121 locale->categories[LC_TIME].time = in time_startup()
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()
150 from = find_locale (LC_TIME, from->copy_name[LC_TIME], in time_finish()
152 while (from->categories[LC_TIME].time == NULL in time_finish()
153 && from->copy_name[LC_TIME] != NULL); in time_finish()
155 time = locale->categories[LC_TIME].time in time_finish()
156 = from->categories[LC_TIME].time; in time_finish()
166 time = locale->categories[LC_TIME].time; in time_finish()
537 struct locale_time_t *time = locale->categories[LC_TIME].time; in time_output()
664 write_locale_data (output_path, LC_TIME, "LC_TIME", &file); in time_output()
699 LC_TIME, "LC_TIME", ignore_content); in time_read()
705 time = result->categories[LC_TIME].time; in time_read()