Searched refs:ucnv_getCCSID (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h175 * @see ucnv_getCCSID
415 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
457 * @see ucnv_getCCSID
877 ucnv_getCCSID(const UConverter *converter,
H A Durename.h625 #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducnv.h139 * @see ucnv_getCCSID
377 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
419 * @see ucnv_getCCSID
839 ucnv_getCCSID(const UConverter *converter,
H A Durename.h632 #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv.h139 * @see ucnv_getCCSID
377 * ucnv_getCCSID() will return the same CCSID for all conversion tables that are associated
419 * @see ucnv_getCCSID
839 ucnv_getCCSID(const UConverter *converter,
H A Durename.h632 #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c802 /*getcodepageid testing ucnv_getCCSID() */
804 cp = ucnv_getCCSID(myConverter,&err);
814 /*testing ucnv_getCCSID() with err != U_ZERO_ERROR*/
816 if( ucnv_getCCSID(myConverter,&err) != -1){
817 log_err("ucnv_getCCSID() with err != U_ZERO_ERROR is supposed to fail\n");
1906 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) {
1907 log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv.c673 ucnv_getCCSID(const UConverter * converter, function
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h632 #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) macro

Completed in 371 milliseconds