Searched refs:toset (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/iconv/ |
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 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 427 find_derivation (const char *toset, const char *toset_expand, in find_derivation() argument 438 result = derivation_lookup (fromset_expand ?: fromset, toset_expand ?: toset, in find_derivation() 523 ? (toset_expand ?: toset) in find_derivation() 531 if (strcmp (result_set, toset) == 0 in find_derivation() [all …]
|
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,
|
D | gconv_cache.c | 245 __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()
|
/glibc-2.36/iconvdata/ |
D | gconv-modules | 23 # toset: a name triple or an expression with \N to get regular
|
/glibc-2.36/manual/ |
D | charset.texi | 1678 @c tokenize toset, replace unspecified codesets with the current locale 1712 of the conversions from @var{fromset} to @var{toset}. 2210 in the @var{fromset} or @var{toset} parameters of @code{iconv_open} and
|