Searched refs:locale_file (Results 1 – 16 of 16) sorted by relevance
/locale/ |
A D | findlocale.c | 112 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 D | locfile.h | 30 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 D | locfile.c | 552 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 D | ld-measurement.c | 122 struct locale_file file; in measurement_output()
|
A D | ld-paper.c | 121 struct locale_file file; in paper_output()
|
A D | ld-name.c | 157 struct locale_file file; in name_output()
|
A D | ld-telephone.c | 175 struct locale_file file; in telephone_output()
|
A D | ld-messages.c | 183 struct locale_file file; in messages_output()
|
A D | ld-numeric.c | 134 struct locale_file file; in numeric_output()
|
A D | ld-identification.c | 213 struct locale_file file; in identification_output()
|
A D | 3level.h | 212 CONCAT(add_locale_,TABLE) (struct locale_file *file, struct TABLE *t) in CONCAT()
|
A D | ld-address.c | 347 struct locale_file file; in address_output()
|
A D | ld-monetary.c | 374 struct locale_file file; in monetary_output()
|
A D | ld-time.c | 538 struct locale_file file; in time_output()
|
A D | ld-ctype.c | 158 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 D | ld-collate.c | 2113 struct locale_file file; in collate_output()
|
Completed in 37 milliseconds