/external/curl/packages/OS400/ |
D | ccsidcurl.c | 59 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 260 if(convert(eversion, i, ccsid, aversion, -1, ASCII_CCSID) < 0) in curl_version_ccsid() 334 const char * data, unsigned int ccsid) in curl_slist_append_ccsid() argument 344 s = dynconvert(ASCII_CCSID, data, -1, ccsid); in curl_slist_append_ccsid() 356 curl_getdate_ccsid(const char * p, const time_t * unused, unsigned int ccsid) in curl_getdate_ccsid() argument [all …]
|
D | 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); 72 unsigned int ccsid); 75 unsigned int ccsid); [all …]
|
D | curl.inc.in | 2652 d ccsid 10u 0 value 2659 d ccsid 10u 0 value 2667 d ccsid 10u 0 value 2673 d ccsid 10u 0 value 2679 d ccsid 10u 0 value 2684 d ccsid 10u 0 value 2689 d ccsid 10u 0 value 2694 d ccsid 10u 0 value 2699 d ccsid 10u 0 value 2708 d ccsid 10u 0 value options(*nopass) [all …]
|
D | README.OS400 | 196 should be freed after use, as opposite to the non-ccsid versions of these
|
/external/libxml2/os400/iconv/ |
D | iconv.c | 33 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()
|
D | README.iconv | 5 ccsid is a decimal 5-digit integer identifying an IBM coded character set.
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 246 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/ |
D | putil.cpp | 2063 uint32_t ccsid = 37; /* Default to ibm-37 */ local 2073 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID; 2076 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id; 2080 sprintf(codepage,"ibm-%d", ccsid);
|
D | ucnv.cpp | 676 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/ |
D | ccapitst.c | 1897 int32_t i, ccsid; in TestCCSID() local 1900 ccsid=ccsids[i]; in TestCCSID() 1903 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode); in TestCCSID() 1905 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode)); in TestCCSID() 1909 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) { in TestCCSID() 1910 … log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode)); in TestCCSID() 1914 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) { in TestCCSID() 1915 …log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cn… in TestCCSID()
|
/external/curl/ |
D | CHANGES | 3648 - OS400: add URL API ccsid wrappers and sync ILE/RPG bindings
|