Searched refs:ccsid (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | putil.c | 1483 uint32_t ccsid = 37; /* Default to ibm-37 */ in int_getDefaultCodepage() local 1493 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID; in int_getDefaultCodepage() 1496 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id; in int_getDefaultCodepage() 1500 sprintf(codepage,"ibm-%d", ccsid); in int_getDefaultCodepage()
|
D | ucnv.c | 671 int32_t ccsid; in ucnv_getCCSID() local 675 ccsid = converter->sharedData->staticData->codepage; in ucnv_getCCSID() 676 if (ccsid == 0) { in ucnv_getCCSID() 683 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */ in ucnv_getCCSID() 687 return ccsid; in ucnv_getCCSID()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 1924 int32_t i, ccsid; in TestCCSID() local 1927 ccsid=ccsids[i]; in TestCCSID() 1930 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode); in TestCCSID() 1932 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode)); in TestCCSID() 1936 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) { in TestCCSID() 1937 … log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode)); in TestCCSID() 1941 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) { in TestCCSID() 1942 …log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cn… in TestCCSID()
|