Searched refs:keylen (Results 1 – 1 of 1) sorted by relevance
/iconv/ |
A D | iconv_charmap.c | 329 size_t keylen; in use_from_charmap() local 339 while (iterate_table (&from_charmap->char_table, &ptr, &key, &keylen, &data) in use_from_charmap() 364 size_t keylen; in use_to_charmap() local 378 while (iterate_table (&to_charmap->char_table, &ptr, &key, &keylen, &data) in use_to_charmap() 406 size_t keylen; in use_both_charmaps() local 409 while (iterate_table (&from_charmap->char_table, &ptr, &key, &keylen, &data) in use_both_charmaps() 413 struct charseq *out = charmap_find_value (to_charmap, key, keylen); in use_both_charmaps()
|
Completed in 5 milliseconds