HomeSort by relevance Sort by last modified time
    Searched refs:ccsid (Results 1 - 7 of 7) sorted by null

  /external/curl/packages/OS400/
ccsidcurl.h 32 CURL_EXTERN char * curl_version_ccsid(unsigned int ccsid);
43 unsigned int ccsid);
45 unsigned int ccsid);
49 unsigned int ccsid);
51 unsigned int ccsid);
53 unsigned int ccsid);
61 unsigned int ccsid);
65 size_t num, unsigned int ccsid);
ccsidcurl.c 24 /* CCSID API wrappers for OS/400. */
58 makeOS400IconvCode(char buf[ICONV_ID_SIZE], unsigned int ccsid)
62 *** Convert a CCSID to the corresponding IBM iconv_open() character
65 *** CCSID 65535 (no conversion) is replaced by the ASCII CCSID.
66 *** CCSID 0 is interpreted by the OS400 as the job's CCSID.
69 ccsid &= 0xFFFF;
71 if(ccsid == NOCONV_CCSID)
72 ccsid = ASCII_CCSID
611 unsigned int ccsid; local
791 unsigned int ccsid; local
1055 unsigned int ccsid; member in struct:__anon8629
1114 unsigned int ccsid; local
    [all...]
  /external/libxml2/os400/iconv/
iconv.c 21 *** Bring-in the name-->CCSID mapping DFA tables.
33 t_ccsid ccsid; local
40 *** Get the CCSID correspong to the name at *`namep'.
42 *** name and return the CCSID.
84 makeos400codename(char * buf, unsigned int ccsid)
87 ccsid &= 0xFFFF;
89 sprintf(buf, "IBMCCSID%05u0000000", ccsid);
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 133 iconv_t job2utf8; /* Job CCSID to UTF-8 conversion. */
134 iconv_t utf82job; /* UTF-8 to job CCSID conversion. */
161 static const utf8char utf8_ccsid[] = "ccsid";
164 static const utf8char utf8_assocnodes[] = "/ccsid_mibenum/assoc[@ccsid]";
166 "/ccsid_mibenum/assoc[@ccsid=$C]/alias/text()";
246 makecode(char * buf, unsigned int ccsid)
249 ccsid &= 0xFFFF;
251 sprintf(buf, "IBMCCSID%05u0000000", ccsid);
878 unsigned int ccsid; local
900 ccsid = getNumAttr(node, utf8_ccsid)
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 1839 uint32_t ccsid = 37; \/* Default to ibm-37 *\/ local
    [all...]
ucnv.c 674 int32_t ccsid; local
678 ccsid = converter->sharedData->staticData->codepage;
679 if (ccsid == 0) {
686 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
690 return ccsid;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 1894 int32_t i, ccsid; local
    [all...]

Completed in 194 milliseconds