/external/chromium/third_party/icu/public/common/unicode/ |
ucnv.h | 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 137 * @see ucnv_openCCSID 317 * @see ucnv_openCCSID 350 * @see ucnv_openCCSID 375 * Only IBM default conversion tables are accessible with ucnv_openCCSID(). 424 ucnv_openCCSID(int32_t codepage, 520 * @see ucnv_openCCSID 808 * For more details see ucnv_openCCSID(). 814 * @see ucnv_openCCSID [all...] |
urename.h | 624 #define ucnv_openCCSID ucnv_openCCSID_4_2 [all...] |
/external/icu4c/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/webkit/JavaScriptCore/icu/unicode/ |
ucnv.h | 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 137 * @see ucnv_openCCSID 297 * @see ucnv_openCCSID 323 * @see ucnv_openCCSID 348 * Only IBM default conversion tables are accessible with ucnv_openCCSID(). 397 ucnv_openCCSID(int32_t codepage, 472 * @see ucnv_openCCSID 721 * For more details see ucnv_openCCSID(). 727 * @see ucnv_openCCSID [all...] |
urename.h | 523 #define ucnv_openCCSID ucnv_openCCSID_3_2 [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
ucnv.h | 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 137 * @see ucnv_openCCSID 297 * @see ucnv_openCCSID 323 * @see ucnv_openCCSID 348 * Only IBM default conversion tables are accessible with ucnv_openCCSID(). 397 ucnv_openCCSID(int32_t codepage, 472 * @see ucnv_openCCSID 721 * For more details see ucnv_openCCSID(). 727 * @see ucnv_openCCSID [all...] |
urename.h | 523 #define ucnv_openCCSID ucnv_openCCSID_3_2 [all...] |
/external/webkit/WebCore/icu/unicode/ |
ucnv.h | 134 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 137 * @see ucnv_openCCSID 297 * @see ucnv_openCCSID 323 * @see ucnv_openCCSID 348 * Only IBM default conversion tables are accessible with ucnv_openCCSID(). 397 ucnv_openCCSID(int32_t codepage, 472 * @see ucnv_openCCSID 721 * For more details see ucnv_openCCSID(). 727 * @see ucnv_openCCSID [all...] |
urename.h | 523 #define ucnv_openCCSID ucnv_openCCSID_3_2 [all...] |
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 905 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
|
/external/chromium/third_party/icu/source/test/cintltst/ |
ccapitst.c | 506 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/ 512 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){ 517 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */ 522 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err); 523 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */ 581 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/ 583 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */ [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | 512 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/ 518 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){ 523 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */ 528 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err); 529 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */ 587 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/ 589 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */ [all...] |
/external/chromium/third_party/icu/source/common/ |
ucnv.c | 128 ucnv_openCCSID (int32_t codepage, [all...] |
/external/icu4c/common/ |
ucnv.c | 128 ucnv_openCCSID (int32_t codepage, [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
urename.h | 523 #define ucnv_openCCSID ucnv_openCCSID_3_2 [all...] |