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

/freebsd-10.3-release/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c85 } _ISO2022Charset; typedef in typeref:struct:__anon5991
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)
227 _ISO2022Charset cs, *p;
260 ei->recommend[i] = malloc(sizeof(_ISO2022Charset));
263 sizeof(_ISO2022Charset) * (e
[all...]

Completed in 31 milliseconds