Searched refs:ucnv_openCCSID (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h171 * 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,
565 * @see ucnv_openCCSID
872 * For more details see ucnv_openCCSID().
878 * @see ucnv_openCCSID
H A Durename.h670 #define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h171 * 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,
565 * @see ucnv_openCCSID
872 * For more details see ucnv_openCCSID().
878 * @see ucnv_openCCSID
H A Durename.h660 #define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) macro
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp899 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp899 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c470 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/
476 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){
481 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */
486 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err);
487 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
545 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/
547 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
1900 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1902 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1907 log_err("error: ucnv_getCCSID(ucnv_openCCSID(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c470 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/
476 if(ucnv_openCCSID(1051, UCNV_IBM, &err) != NULL){
481 /* Testing ucnv_openCCSID(), ucnv_open(), ucnv_getName() */
486 someConverters[3] = ucnv_openCCSID(949,UCNV_IBM,&err);
487 ucnv_close(ucnv_openCCSID(1051, UCNV_IBM, &err)); /* test for j350; ucnv_close(NULL) is safe */
545 /*Creates a converter and testing ucnv_openCCSID(u_int code_page, platform, errstatus*/
547 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
1904 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1906 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1911 log_err("error: ucnv_getCCSID(ucnv_openCCSID(
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c132 ucnv_openCCSID (int32_t codepage, function
/external/icu/icu4c/source/common/
H A Ducnv.c132 ucnv_openCCSID (int32_t codepage, function

Completed in 567 milliseconds