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

/external/icu4c/common/unicode/
H A Ducnv.h135 * 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
H A Durename.h663 #define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h134 * 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
H A Durename.h523 #define ucnv_openCCSID ucnv_openCCSID_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h134 * 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
H A Durename.h523 #define ucnv_openCCSID ucnv_openCCSID_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h134 * 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
H A Durename.h523 #define ucnv_openCCSID ucnv_openCCSID_3_2 macro
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp905 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
/external/icu4c/test/cintltst/
H A Dccapitst.c514 /*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); */
1942 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1944 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1949 log_err("error: ucnv_getCCSID(ucnv_openCCSID(
[all...]
/external/icu4c/common/
H A Ducnv.c130 ucnv_openCCSID (int32_t codepage, function
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h523 #define ucnv_openCCSID ucnv_openCCSID_3_2 macro

Completed in 384 milliseconds