Searched refs:collate (Results 1 – 5 of 5) sorted by relevance
/locale/programs/ |
A D | ld-collate.c | 678 if (collate->cursor == collate->start) in unlink_element() 687 collate->cursor->next->last = collate->cursor->last; in unlink_element() 689 collate->cursor->last->next = collate->cursor->next; in unlink_element() 690 collate->cursor = collate->cursor->last; in unlink_element() 1520 collate = locale->categories[LC_COLLATE].collate = in collate_startup() 1748 collate->mbheads[i] = &collate->undefined; in collate_finish() 2396 atwc.collate = collate; in collate_output() 2772 collate->sections = make_seclist_elem (collate, in collate_read() 3160 collate->sections = &collate->error_section; in collate_read() 3240 collate->sections = &collate->unnamed_section; in collate_read() [all …]
|
A D | localedef.h | 94 struct locale_collate_t *collate; member
|
A D | ld-identification.c | 363 CATEGORY (collate, COLLATE); in identification_read()
|
/locale/ |
A D | categories.def | 45 DEFINE_ELEMENT (_NL_COLLATE_NRULES, "collate-nrules", std, word) 46 DEFINE_ELEMENT (_NL_COLLATE_RULESETS, "collate-rulesets", std, string) 47 DEFINE_ELEMENT (_NL_COLLATE_TABLEMB, "collate-tablemb", std, wstring) 48 DEFINE_ELEMENT (_NL_COLLATE_WEIGHTMB, "collate-weightmb", std, wstring) 49 DEFINE_ELEMENT (_NL_COLLATE_EXTRAMB, "collate-extramb", std, wstring) 50 DEFINE_ELEMENT (_NL_COLLATE_INDIRECTMB, "collate-indirectmb", std, wstring) 51 DEFINE_ELEMENT (_NL_COLLATE_TABLEWC, "collate-tablewc", std, wstring) 52 DEFINE_ELEMENT (_NL_COLLATE_WEIGHTWC, "collate-weightwc", std, wstring) 53 DEFINE_ELEMENT (_NL_COLLATE_EXTRAWC, "collate-extrawc", std, wstring) 55 DEFINE_ELEMENT (_NL_COLLATE_SYMB_HASH_SIZEMB, "collate-symb-hash-sizemb", std, word) [all …]
|
A D | Makefile | 33 address telephone measurement identification collate
|
Completed in 18 milliseconds