Lines Matching defs:file
552 record_offset (struct locale_file *file) in record_offset()
568 init_locale_data (struct locale_file *file, size_t n_elements) in init_locale_data()
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()
595 add_locale_raw_data (struct locale_file *file, const void *data, size_t size) in add_locale_raw_data()
604 add_locale_raw_obstack (struct locale_file *file, struct obstack *obstack) in add_locale_raw_obstack()
613 add_locale_string (struct locale_file *file, const char *string) in add_locale_string()
621 add_locale_wstring (struct locale_file *file, const uint32_t *string) in add_locale_wstring()
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()
699 struct locale_file *file) in write_locale_data()