Searched refs:ccsid (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp1931 uint32_t ccsid = 37; /* Default to ibm-37 */ local
1941 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID;
1944 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id;
1948 sprintf(codepage,"ibm-%d", ccsid);
H A Ducnv.c684 int32_t ccsid; local
688 ccsid = converter->sharedData->staticData->codepage;
689 if (ccsid == 0) {
696 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
700 return ccsid;
/external/icu/icu4c/source/common/
H A Dputil.cpp1931 uint32_t ccsid = 37; /* Default to ibm-37 */ local
1941 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID;
1944 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id;
1948 sprintf(codepage,"ibm-%d", ccsid);
H A Ducnv.c684 int32_t ccsid; local
688 ccsid = converter->sharedData->staticData->codepage;
689 if (ccsid == 0) {
696 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
700 return ccsid;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c1894 int32_t i, ccsid; local
1897 ccsid=ccsids[i];
1900 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1902 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1906 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) {
1907 log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode));
1910 /* skip gb18030(ccsid 1392) */
1911 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) {
1912 log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cnv, &errorCode));
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1898 int32_t i, ccsid; local
1901 ccsid=ccsids[i];
1904 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1906 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1910 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) {
1911 log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode));
1914 /* skip gb18030(ccsid 1392) */
1915 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) {
1916 log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cnv, &errorCode));

Completed in 183 milliseconds