Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dcharmap.c869 struct charseq *to_val; in new_width() local
879 to_val = from_val; in new_width()
882 to_val = charmap_find_value (result, to, strlen (to)); in new_width()
883 if (to_val == NULL) in new_width()
891 if (from_val->nbytes != to_val->nbytes) in new_width()
895 from_val->nbytes, to_val->nbytes); in new_width()
916 result->width_rules[result->nwidth_rules].to = to_val; in new_width()