Searched refs:ccsid (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | putil.c | 1863 uint32_t ccsid = 37; /* Default to ibm-37 */ in int_getDefaultCodepage() local 1873 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID; in int_getDefaultCodepage() 1876 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id; in int_getDefaultCodepage() 1880 sprintf(codepage,"ibm-%d", ccsid); in int_getDefaultCodepage()
|
D | ucnv.c | 674 int32_t ccsid; in ucnv_getCCSID() local 678 ccsid = converter->sharedData->staticData->codepage; in ucnv_getCCSID() 679 if (ccsid == 0) { in ucnv_getCCSID() 686 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */ in ucnv_getCCSID() 690 return ccsid; in ucnv_getCCSID()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 1936 int32_t i, ccsid; in TestCCSID() local 1939 ccsid=ccsids[i]; in TestCCSID() 1942 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode); in TestCCSID() 1944 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode)); in TestCCSID() 1948 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) { in TestCCSID() 1949 … log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode)); in TestCCSID() 1953 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) { in TestCCSID() 1954 …log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cn… in TestCCSID()
|