Searched refs:fromset_expand (Results 1 – 1 of 1) sorted by relevance
/iconv/ |
A D | gconv_db.c | 428 const char *fromset, const char *fromset_expand, in find_derivation() argument 474 if (fromset_expand != NULL) in find_derivation() 476 first = NEW_STEP (fromset_expand, 0, 0, NULL, NULL); in find_derivation() 672 fromset_expand ?: fromset, handle, nsteps); in find_derivation() 682 add_derivation (fromset_expand ?: fromset, toset_expand ?: toset, in find_derivation() 722 const char *fromset_expand; in __gconv_find_transform() local 748 fromset_expand = do_lookup_alias (fromset); in __gconv_find_transform() 756 || (fromset_expand != NULL in __gconv_find_transform() 757 && (strcmp (toset, fromset_expand) == 0 in __gconv_find_transform() 759 && strcmp (toset_expand, fromset_expand) == 0))))) in __gconv_find_transform() [all …]
|
Completed in 5 milliseconds