Home
last modified time | relevance | path

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

/iconv/
A Dgconv_builtin.c40 } map[] = variable
65 for (cnt = 0; cnt < sizeof (map) / sizeof (map[0]); ++cnt) in __gconv_get_builtin_trans()
66 if (strcmp (name, map[cnt].name) == 0) in __gconv_get_builtin_trans()
69 assert (cnt < sizeof (map) / sizeof (map[0])); in __gconv_get_builtin_trans()
71 step->__fct = map[cnt].fct; in __gconv_get_builtin_trans()
72 step->__btowc_fct = map[cnt].btowc_fct; in __gconv_get_builtin_trans()
78 step->__min_needed_from = map[cnt].min_needed_from; in __gconv_get_builtin_trans()
79 step->__max_needed_from = map[cnt].max_needed_from; in __gconv_get_builtin_trans()
80 step->__min_needed_to = map[cnt].min_needed_to; in __gconv_get_builtin_trans()
81 step->__max_needed_to = map[cnt].max_needed_to; in __gconv_get_builtin_trans()

Completed in 4 milliseconds