Searched refs:copy_locale (Results 1 – 4 of 4) sorted by relevance
/locale/programs/ |
A D | localedef.h | 132 struct localedef_t *copy_locale); 143 struct localedef_t *copy_locale);
|
A D | localedef.c | 613 int generate, struct localedef_t *copy_locale) in add_to_readlist() argument 648 if (copy_locale != NULL) in add_to_readlist() 655 copy_locale->categories[category].generic; in add_to_readlist() 686 const struct charmap_t *charmap, struct localedef_t *copy_locale) in load_locale() argument 691 result = add_to_readlist (category, name, repertoire_name, 1, copy_locale); in load_locale()
|
A D | ld-ctype.c | 101 const char *copy_locale; member 258 struct localedef_t *copy_locale, 298 if (copy_locale == NULL) in ctype_startup() 359 copy_locale->categories[LC_CTYPE].ctype; in ctype_startup() 1770 irunp->copy_locale, in find_translit() 2081 struct localedef_t *copy_locale = NULL; in ctype_read() local 2132 if ((copy_locale->avail & CTYPE_LOCALE) == 0) in ctype_read() 2135 if (locfile_read (copy_locale, charmap) != 0) in ctype_read() 2700 include_stmt->copy_locale = locale_name; in ctype_read() 3560 const char *copy_locale = ctype->translit_include->copy_locale; in translit_flatten() local [all …]
|
A D | ld-collate.c | 1497 struct localedef_t *copy_locale, int ignore_content) in collate_startup() argument 1503 if (copy_locale == NULL) in collate_startup() 1521 copy_locale->categories[LC_COLLATE].collate; in collate_startup() 2571 struct localedef_t *copy_locale = NULL; in collate_read() local 2655 copy_locale = load_locale (LC_COLLATE, now->val.str.startmb, in collate_read() 2657 if ((copy_locale->avail & COLLATE_LOCALE) == 0) in collate_read() 2660 if (locfile_read (copy_locale, charmap) != 0) in collate_read() 2664 if (copy_locale->categories[LC_COLLATE].collate == NULL) in collate_read() 2675 collate_startup (ldfile, result, copy_locale, ignore_content); in collate_read() 3300 else if (state == 0 && copy_locale == NULL) in collate_read() [all …]
|
Completed in 18 milliseconds