Home
last modified time | relevance | path

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

/iconv/
A Dgconv_db.c427 find_derivation (const char *toset, const char *toset_expand, in find_derivation() argument
523 ? (toset_expand ?: toset) in find_derivation()
532 || (toset_expand != NULL in find_derivation()
533 && strcmp (result_set, toset_expand) == 0)) in find_derivation()
671 result = gen_steps (solution, toset_expand ?: toset, in find_derivation()
682 add_derivation (fromset_expand ?: fromset, toset_expand ?: toset, in find_derivation()
723 const char *toset_expand; in __gconv_find_transform() local
749 toset_expand = do_lookup_alias (toset); in __gconv_find_transform()
755 || (toset_expand != NULL && strcmp (toset_expand, fromset) == 0) in __gconv_find_transform()
758 || (toset_expand != NULL in __gconv_find_transform()
[all …]

Completed in 5 milliseconds