Home
last modified time | relevance | path

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

/iconv/
A Dgconv_db.c123 derivation_lookup (const char *fromset, const char *toset, in derivation_lookup() argument
126 struct known_derivation key = { fromset, toset, NULL, 0 }; in derivation_lookup()
144 add_derivation (const char *fromset, const char *toset, in add_derivation() argument
149 size_t toset_len = strlen (toset) + 1; in add_derivation()
157 toset, toset_len); in add_derivation()
229 gen_steps (struct derivation_step *best, const char *toset, in gen_steps() argument
523 ? (toset_expand ?: toset) in find_derivation()
531 if (strcmp (result_set, toset) == 0 in find_derivation()
749 toset_expand = do_lookup_alias (toset); in __gconv_find_transform()
754 && (strcmp (toset, fromset) == 0 in __gconv_find_transform()
[all …]
A Dgconv_int.h190 extern int __gconv_find_transform (const char *toset, const char *fromset,
196 extern int __gconv_lookup_cache (const char *toset, const char *fromset,
A Dgconv_cache.c245 __gconv_lookup_cache (const char *toset, const char *fromset, in __gconv_lookup_cache() argument
272 if (find_module_idx (toset, &toidx) != 0 in __gconv_lookup_cache()

Completed in 9 milliseconds