Home
last modified time | relevance | path

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

/trueos/lib/libiconv_modules/ISO2022/
HDcitrus_iso2022.c85 } _ISO2022Charset; typedef
87 static const _ISO2022Charset ascii = { CS94, 'B', '\0', '\0' };
88 static const _ISO2022Charset iso88591 = { CS96, 'A', '\0', '\0' };
91 _ISO2022Charset g[4];
104 _ISO2022Charset *recommend[4];
106 _ISO2022Charset initg[4];
189 getcs(const char * __restrict p, _ISO2022Charset * __restrict cs) in getcs()
227 _ISO2022Charset cs, *p; in get_recommend()
260 ei->recommend[i] = malloc(sizeof(_ISO2022Charset)); in get_recommend()
263 sizeof(_ISO2022Charset) * (ei->recommendsize[i] + 1)); in get_recommend()
[all …]