Home
last modified time | relevance | path

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

/external/curl/packages/OS400/
Dccsidcurl.h30 CURL_EXTERN char * curl_version_ccsid(unsigned int ccsid);
41 unsigned int ccsid);
43 unsigned int ccsid);
47 unsigned int ccsid);
49 unsigned int ccsid);
51 unsigned int ccsid);
59 unsigned int ccsid);
63 size_t num, unsigned int ccsid);
70 unsigned int ccsid);
73 unsigned int ccsid);
[all …]
Dccsidcurl.c59 makeOS400IconvCode(char buf[ICONV_ID_SIZE], unsigned int ccsid) in makeOS400IconvCode() argument
70 ccsid &= 0xFFFF; in makeOS400IconvCode()
72 if(ccsid == NOCONV_CCSID) in makeOS400IconvCode()
73 ccsid = ASCII_CCSID; in makeOS400IconvCode()
76 curl_msprintf(buf, "IBMCCSID%05u0000000", ccsid); in makeOS400IconvCode()
242 curl_version_ccsid(unsigned int ccsid) in curl_version_ccsid() argument
261 if(convert(eversion, i, ccsid, aversion, -1, ASCII_CCSID) < 0) in curl_version_ccsid()
335 const char *data, unsigned int ccsid) in curl_slist_append_ccsid() argument
345 s = dynconvert(ASCII_CCSID, data, -1, ccsid); in curl_slist_append_ccsid()
357 curl_getdate_ccsid(const char *p, const time_t * unused, unsigned int ccsid) in curl_getdate_ccsid() argument
[all …]
Dcurl.inc.in2680 d ccsid 10u 0 value
2687 d ccsid 10u 0 value
2695 d ccsid 10u 0 value
2701 d ccsid 10u 0 value
2707 d ccsid 10u 0 value
2712 d ccsid 10u 0 value
2717 d ccsid 10u 0 value
2722 d ccsid 10u 0 value
2727 d ccsid 10u 0 value
2736 d ccsid 10u 0 value options(*nopass)
[all …]
DREADME.OS400197 should be freed after use, as opposite to the non-ccsid versions of these
/external/libxml2/os400/iconv/
Diconv.c33 t_ccsid ccsid; in findEncoding() local
84 makeos400codename(char * buf, unsigned int ccsid) in makeos400codename() argument
87 ccsid &= 0xFFFF; in makeos400codename()
89 sprintf(buf, "IBMCCSID%05u0000000", ccsid); in makeos400codename()
DREADME.iconv5 ccsid is a decimal 5-digit integer identifying an IBM coded character set.
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c246 makecode(char * buf, unsigned int ccsid) in makecode() argument
249 ccsid &= 0xFFFF; in makecode()
251 sprintf(buf, "IBMCCSID%05u0000000", ccsid); in makecode()
878 unsigned int ccsid; in read_assocs() local
900 ccsid = getNumAttr(node, utf8_ccsid); in read_assocs()
908 if (ccsid && ccsid == sp->c_ccsid || in read_assocs()
912 ccsid, sp->c_ccsid); in read_assocs()
929 if (!ccsid) /* Do not attempt with current job CCSID. */ in read_assocs()
933 iconv_open_ccsid(ccsid, C_UTF8_CCSID, 0); in read_assocs()
938 ccsid); in read_assocs()
[all …]
/external/icu/icu4c/source/common/
Dputil.cpp2101 uint32_t ccsid = 37; /* Default to ibm-37 */ local
2111 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID;
2114 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id;
2118 sprintf(codepage,"ibm-%d", ccsid);
Ducnv.cpp676 int32_t ccsid; in ucnv_getCCSID() local
680 ccsid = converter->sharedData->staticData->codepage; in ucnv_getCCSID()
681 if (ccsid == 0) { in ucnv_getCCSID()
688 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */ in ucnv_getCCSID()
692 return ccsid; in ucnv_getCCSID()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1909 int32_t i, ccsid; in TestCCSID() local
1912 ccsid=ccsids[i]; in TestCCSID()
1915 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode); in TestCCSID()
1917 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode)); in TestCCSID()
1921 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) { in TestCCSID()
1922 … log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode)); in TestCCSID()
1926 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) { in TestCCSID()
1927 …log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cn… in TestCCSID()
/external/curl/
DCHANGES6283 OS400: Update strings for ccsid-ifier