HomeSort by relevance Sort by last modified time
    Searched defs:tocode (Results 1 - 3 of 3) sorted by null

  /external/libxml2/os400/
libxmlmain.c 45 char tocode[32]; local
52 strncpy(tocode, "IBMCCSID01208", sizeof tocode);
54 cd = iconv_open(tocode, fromcode);
  /external/curl/packages/OS400/
ccsidcurl.c 85 char tocode[ICONV_ID_SIZE]; local
95 makeOS400IconvCode(tocode, ccsidout);
96 memset(tocode + 13, 0, sizeof tocode - 13); /* Dest. code id format. */
101 return iconv_open(tocode, fromcode);
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 261 char tocode[33]; local
264 makecode(tocode, ccsidout);
265 memset(tocode + 13, 0, sizeof tocode - 13);
270 return iconv_open(tocode, fromcode);
    [all...]

Completed in 2238 milliseconds