Home
last modified time | relevance | path

Searched refs:locale_file (Results 1 – 16 of 16) sorted by relevance

/locale/
A Dfindlocale.c112 struct loaded_l10nfile *locale_file; in _nl_find_locale() local
210 if (locale_file == NULL) in _nl_find_locale()
219 if (locale_file == NULL) in _nl_find_locale()
228 if (locale_file->decided == 0) in _nl_find_locale()
229 _nl_load_locale (locale_file, category); in _nl_find_locale()
231 if (locale_file->data == NULL) in _nl_find_locale()
236 if (locale_file->successor[cnt]->decided == 0) in _nl_find_locale()
238 if (locale_file->successor[cnt]->data != NULL) in _nl_find_locale()
243 locale_file->successor[0] = locale_file->successor[cnt]; in _nl_find_locale()
244 locale_file = locale_file->successor[cnt]; in _nl_find_locale()
[all …]
/locale/programs/
A Dlocfile.h30 struct locale_file struct
110 extern void add_locale_empty (struct locale_file *file);
113 extern void add_locale_raw_obstack (struct locale_file *file,
116 extern void add_locale_wstring (struct locale_file *file,
119 extern void add_locale_uint32_array (struct locale_file *file,
121 extern void add_locale_char (struct locale_file *file, char value);
122 extern void start_locale_structure (struct locale_file *file);
123 extern void end_locale_structure (struct locale_file *file);
124 extern void start_locale_prelude (struct locale_file *file);
125 extern void end_locale_prelude (struct locale_file *file);
[all …]
A Dlocfile.c552 record_offset (struct locale_file *file) in record_offset()
579 align_locale_data (struct locale_file *file, size_t boundary) in align_locale_data()
588 add_locale_empty (struct locale_file *file) in add_locale_empty()
628 add_locale_uint32 (struct locale_file *file, uint32_t value) in add_locale_uint32()
639 add_locale_uint32_array (struct locale_file *file, in add_locale_uint32_array()
650 add_locale_char (struct locale_file *file, char value) in add_locale_char()
661 start_locale_structure (struct locale_file *file) in start_locale_structure()
670 end_locale_structure (struct locale_file *file) in end_locale_structure()
682 start_locale_prelude (struct locale_file *file) in start_locale_prelude()
690 end_locale_prelude (struct locale_file *file) in end_locale_prelude()
[all …]
A Dld-measurement.c122 struct locale_file file; in measurement_output()
A Dld-paper.c121 struct locale_file file; in paper_output()
A Dld-name.c157 struct locale_file file; in name_output()
A Dld-telephone.c175 struct locale_file file; in telephone_output()
A Dld-messages.c183 struct locale_file file; in messages_output()
A Dld-numeric.c134 struct locale_file file; in numeric_output()
A Dld-identification.c213 struct locale_file file; in identification_output()
A D3level.h212 CONCAT(add_locale_,TABLE) (struct locale_file *file, struct TABLE *t) in CONCAT()
A Dld-address.c347 struct locale_file file; in address_output()
A Dld-monetary.c374 struct locale_file file; in monetary_output()
A Dld-time.c538 struct locale_file file; in time_output()
A Dld-ctype.c158 static void add_locale_wctype_table (struct locale_file *file,
909 struct locale_file file; in ctype_output()
3450 add_locale_wctype_table (struct locale_file *file, struct wctype_table *t) in add_locale_wctype_table()
A Dld-collate.c2113 struct locale_file file; in collate_output()

Completed in 37 milliseconds