Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dld-collate.c756 size_t symlen; in insert_weights() local
761 symlen = arg->val.str.lenmb; in insert_weights()
767 symlen = 9; in insert_weights()
770 val = find_element (ldfile, collate, symstr, symlen); in insert_weights()
952 insert_value (struct linereader *ldfile, const char *symstr, size_t symlen, in insert_value() argument
963 seq = charmap_find_value (charmap, symstr, symlen); in insert_value()
968 wc = repertoire_find_value (repertoire, symstr, symlen); in insert_value()
980 if (find_entry (&collate->elem_table, symstr, symlen, &ptr) != 0) in insert_value()
989 if (find_entry (&collate->sym_table, symstr, symlen, &result) == 0) in insert_value()
999 elem = new_element (collate, NULL, 0, NULL, symstr, symlen, 0); in insert_value()
[all …]