Searched refs:tablewc (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/locale/programs/ |
D | ld-collate.c | 1972 struct collidx_table *tablewc; member 1984 collidx_table_add (atwc.tablewc, ch, weigthidx); in add_to_tablewc() 1991 collidx_table_add (atwc.tablewc, ch, in add_to_tablewc() 2113 struct collidx_table tablewc; in collate_output() local 2382 tablewc.p = 6; in collate_output() 2383 tablewc.q = 10; in collate_output() 2384 collidx_table_init (&tablewc); in collate_output() 2390 atwc.tablewc = &tablewc; in collate_output() 2397 add_locale_collidx_table (&file, &tablewc); in collate_output()
|
/glibc-2.36/locale/ |
D | categories.def | 51 DEFINE_ELEMENT (_NL_COLLATE_TABLEWC, "collate-tablewc", std, wstring)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 3386 variables table_size, names, tablewc. Rename tablewc_3level to 3387 tablewc. 3720 tablewc_3level instead of tablewc. Change format of TABLEWC and
|