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

/external/libxml2/os400/iconv/
H A Diconv.h22 Iconv_t IconvOpen(const char * tocode, const char * fromcode);
H A Diconv.c94 IconvOpen(const char * tocode, const char * fromcode) argument
97 int toccsid = findEncoding(&tocode);
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c261 char tocode[33]; local
264 makecode(tocode, ccsidout);
265 memset(tocode + 13, 0, sizeof tocode - 13);
270 return iconv_open(tocode, fromcode);

Completed in 104 milliseconds