Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dcharmap.c900 if (result->nwidth_rules >= result->nwidth_rules_max) in new_width()
902 size_t new_size = result->nwidth_rules + 32; in new_width()
915 result->width_rules[result->nwidth_rules].from = from_val; in new_width()
916 result->width_rules[result->nwidth_rules].to = to_val; in new_width()
917 result->width_rules[result->nwidth_rules].width = (unsigned int) width; in new_width()
918 ++result->nwidth_rules; in new_width()
Dcharmap.h44 size_t nwidth_rules; member
Dld-ctype.c652 for (cnt = 0; cnt < charmap->nwidth_rules; ++cnt) in ctype_finish()
3762 for (size_t cnt = 0; cnt < charmap->nwidth_rules; ++cnt) in allocate_arrays()