Searched refs:fromset (Results 1 – 3 of 3) sorted by relevance
/iconv/ |
A D | gconv_db.c | 123 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 148 size_t fromset_len = strlen (fromset) + 1; in add_derivation() 428 const char *fromset, const char *fromset_expand, in find_derivation() argument 477 first->next = NEW_STEP (fromset, 0, 0, NULL, NULL); in find_derivation() 482 first = NEW_STEP (fromset, 0, 0, NULL, NULL); in find_derivation() 672 fromset_expand ?: fromset, handle, nsteps); in find_derivation() 718 __gconv_find_transform (const char *toset, const char *fromset, in __gconv_find_transform() argument 748 fromset_expand = do_lookup_alias (fromset); in __gconv_find_transform() [all …]
|
A D | gconv_int.h | 190 extern int __gconv_find_transform (const char *toset, const char *fromset, 196 extern int __gconv_lookup_cache (const char *toset, const char *fromset,
|
A D | gconv_cache.c | 245 __gconv_lookup_cache (const char *toset, const char *fromset, in __gconv_lookup_cache() argument 266 if (find_module_idx (fromset, &fromidx) != 0 in __gconv_lookup_cache()
|
Completed in 8 milliseconds