Home
last modified time | relevance | path

Searched refs:localedef_t (Results 1 – 18 of 18) sorted by relevance

/locale/programs/
A Dlocfile.h134 struct localedef_t *result,
148 struct localedef_t *result,
160 struct localedef_t *result,
172 struct localedef_t *result,
184 struct localedef_t *result,
196 struct localedef_t *result,
208 struct localedef_t *result,
220 struct localedef_t *result,
232 struct localedef_t *result,
244 struct localedef_t *result,
[all …]
A Dlocaledef.h81 struct localedef_t struct
83 struct localedef_t *next; argument
129 extern struct localedef_t *add_to_readlist (int locale, const char *name, argument
132 struct localedef_t *copy_locale);
135 extern struct localedef_t *find_locale (int locale, const char *name,
140 extern struct localedef_t *load_locale (int locale, const char *name,
143 struct localedef_t *copy_locale);
A Dlocaledef.c70 static struct localedef_t *locales;
192 struct localedef_t global; in main()
269 struct localedef_t *runp = locales; in main()
611 struct localedef_t *
613 int generate, struct localedef_t *copy_locale) in add_to_readlist()
615 struct localedef_t *runp = locales; in add_to_readlist()
623 struct localedef_t *newp; in add_to_readlist()
664 struct localedef_t *
668 struct localedef_t *result; in find_locale()
684 struct localedef_t *
[all …]
A Dld-measurement.c41 measurement_startup (struct linereader *lr, struct localedef_t *locale, in measurement_startup()
58 measurement_finish (struct localedef_t *locale, in measurement_finish()
74 struct localedef_t *from = locale; in measurement_finish()
117 measurement_output (struct localedef_t *locale, in measurement_output()
133 measurement_read (struct linereader *ldfile, struct localedef_t *result, in measurement_read()
A Dld-paper.c42 paper_startup (struct linereader *lr, struct localedef_t *locale, in paper_startup()
58 paper_finish (struct localedef_t *locale, const struct charmap_t *charmap) in paper_finish()
72 struct localedef_t *from = locale; in paper_finish()
117 paper_output (struct localedef_t *locale, const struct charmap_t *charmap, in paper_output()
133 paper_read (struct linereader *ldfile, struct localedef_t *result, in paper_read()
A Dld-name.c46 name_startup (struct linereader *lr, struct localedef_t *locale, in name_startup()
62 name_finish (struct localedef_t *locale, const struct charmap_t *charmap) in name_finish()
76 struct localedef_t *from = locale; in name_finish()
153 name_output (struct localedef_t *locale, const struct charmap_t *charmap, in name_output()
173 name_read (struct linereader *ldfile, struct localedef_t *result, in name_read()
A Dld-telephone.c44 telephone_startup (struct linereader *lr, struct localedef_t *locale, in telephone_startup()
60 telephone_finish (struct localedef_t *locale, const struct charmap_t *charmap) in telephone_finish()
75 struct localedef_t *from = locale; in telephone_finish()
170 telephone_output (struct localedef_t *locale, const struct charmap_t *charmap, in telephone_output()
189 telephone_read (struct linereader *ldfile, struct localedef_t *result, in telephone_read()
A Dld-messages.c47 messages_startup (struct linereader *lr, struct localedef_t *locale, in messages_startup()
64 messages_finish (struct localedef_t *locale, const struct charmap_t *charmap) in messages_finish()
79 struct localedef_t *from = locale; in messages_finish()
178 messages_output (struct localedef_t *locale, const struct charmap_t *charmap, in messages_output()
197 messages_read (struct linereader *ldfile, struct localedef_t *result, in messages_read()
A Dld-numeric.c47 numeric_startup (struct linereader *lr, struct localedef_t *locale, in numeric_startup()
66 numeric_finish (struct localedef_t *locale, const struct charmap_t *charmap) in numeric_finish()
80 struct localedef_t *from = locale; in numeric_finish()
130 numeric_output (struct localedef_t *locale, const struct charmap_t *charmap, in numeric_output()
149 numeric_read (struct linereader *ldfile, struct localedef_t *result, in numeric_read()
A Dld-identification.c74 identification_startup (struct linereader *lr, struct localedef_t *locale, in identification_startup()
96 identification_finish (struct localedef_t *locale, in identification_finish()
113 struct localedef_t *from = locale; in identification_finish()
207 identification_output (struct localedef_t *locale, in identification_output()
244 identification_read (struct linereader *ldfile, struct localedef_t *result, in identification_read()
A Dlinereader.h33 struct localedef_t;
92 struct localedef_t *locale,
A Dld-address.c83 address_startup (struct linereader *lr, struct localedef_t *locale, in address_startup()
100 address_finish (struct localedef_t *locale, const struct charmap_t *charmap) in address_finish()
116 struct localedef_t *from = locale; in address_finish()
343 address_output (struct localedef_t *locale, const struct charmap_t *charmap, in address_output()
369 address_read (struct linereader *ldfile, struct localedef_t *result, in address_read()
A Dlocfile.c49 locfile_read (struct localedef_t *result, const struct charmap_t *charmap) in locfile_read()
278 static void (*const check_funcs[]) (struct localedef_t *,
296 check_all_categories (struct localedef_t *definitions, in check_all_categories()
309 static void (*const write_funcs[]) (struct localedef_t *,
328 write_all_categories (struct localedef_t *definitions, in write_all_categories()
956 const char *repertoire_name, struct localedef_t *result, in handle_copy()
A Dld-monetary.c106 monetary_startup (struct linereader *lr, struct localedef_t *locale, in monetary_startup()
160 monetary_finish (struct localedef_t *locale, const struct charmap_t *charmap) in monetary_finish()
175 struct localedef_t *from = locale; in monetary_finish()
369 monetary_output (struct localedef_t *locale, const struct charmap_t *charmap, in monetary_output()
437 monetary_read (struct linereader *ldfile, struct localedef_t *result, in monetary_read()
A Dld-time.c117 time_startup (struct linereader *lr, struct localedef_t *locale, in time_startup()
133 time_finish (struct localedef_t *locale, const struct charmap_t *charmap) in time_finish()
147 struct localedef_t *from = locale; in time_finish()
534 time_output (struct localedef_t *locale, const struct charmap_t *charmap, in time_output()
670 time_read (struct linereader *ldfile, struct localedef_t *result, in time_read()
A Dlinereader.c42 struct localedef_t *locale,
192 struct localedef_t *locale, const struct repertoire_t *repertoire, in lr_token()
592 struct localedef_t *locale, const struct repertoire_t *repertoire, in get_string()
A Dld-ctype.c256 static void ctype_startup (struct linereader *lr, struct localedef_t *locale,
258 struct localedef_t *copy_locale,
289 ctype_startup (struct linereader *lr, struct localedef_t *locale, in ctype_startup()
291 struct localedef_t *copy_locale, int ignore_content) in ctype_startup()
365 ctype_finish (struct localedef_t *locale, const struct charmap_t *charmap) in ctype_finish()
413 struct localedef_t *from = locale; in ctype_finish()
903 ctype_output (struct localedef_t *locale, const struct charmap_t *charmap, in ctype_output()
1748 find_translit (struct localedef_t *locale, const struct charmap_t *charmap, in find_translit()
2064 ctype_read (struct linereader *ldfile, struct localedef_t *result, in ctype_read()
2081 struct localedef_t *copy_locale = NULL; in ctype_read()
[all …]
A Dld-collate.c464 struct repertoire_t *repertoire, struct localedef_t *result) in read_directions()
698 struct repertoire_t *repertoire, struct localedef_t *result, in insert_weights()
954 struct localedef_t *result) in insert_value()
1078 struct localedef_t *result) in handle_ellipsis()
1496 collate_startup (struct linereader *ldfile, struct localedef_t *locale, in collate_startup()
1497 struct localedef_t *copy_locale, int ignore_content) in collate_startup()
1530 collate_finish (struct localedef_t *locale, const struct charmap_t *charmap) in collate_finish()
2108 collate_output (struct localedef_t *locale, const struct charmap_t *charmap, in collate_output()
2561 collate_read (struct linereader *ldfile, struct localedef_t *result, in collate_read()
2571 struct localedef_t *copy_locale = NULL; in collate_read()

Completed in 43 milliseconds