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

/macosx-10.9.5/ICU-511.35/icuSources/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,
559 * @see ucnv_openCCSID
866 * For more details see ucnv_openCCSID().
872 * @see ucnv_openCCSID
H A Durename.h657 #define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/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
/macosx-10.9.5/WebCore-7537.78.1/icu/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
/macosx-10.9.5/ICU-511.35/icuSources/samples/ucnv/
H A Dconvsamp.cpp900 conv = ucnv_openCCSID(37, UCNV_IBM, &status);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c471 /*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); */
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...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c132 ucnv_openCCSID (int32_t codepage, function
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h663 #define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) macro

Completed in 311 milliseconds