/external/chromium_org/third_party/icu/source/common/unicode/ |
ucnv.h | 135 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 138 * @see ucnv_openCCSID 318 * @see ucnv_openCCSID 351 * @see ucnv_openCCSID 376 * Only IBM default conversion tables are accessible with ucnv_openCCSID(). 425 ucnv_openCCSID(int32_t codepage, 521 * @see ucnv_openCCSID 828 * For more details see ucnv_openCCSID(). 834 * @see ucnv_openCCSID [all...] |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
ucnv.h | 171 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 174 * @see ucnv_openCCSID 356 * @see ucnv_openCCSID 389 * @see ucnv_openCCSID 414 * Only IBM default conversion tables are accessible with ucnv_openCCSID(). 463 ucnv_openCCSID(int32_t codepage, 559 * @see ucnv_openCCSID 866 * For more details see ucnv_openCCSID(). [all...] |
urename.h | [all...] |
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 900 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | 514 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/ 520 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){ 525 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */ 530 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err); 531 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */ 589 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/ 591 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */ [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | 471 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/ 477 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){ 482 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */ 487 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err); 488 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */ 546 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/ 548 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */ [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv.c | 130 ucnv_openCCSID (int32_t codepage, [all...] |
/external/icu4c/common/ |
ucnv.c | 132 ucnv_openCCSID (int32_t codepage, [all...] |