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

/external/chromium_org/third_party/icu/source/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
883 ucnv_getCCSID(const UConverter *converter,
H A Durename.h638 #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) macro
/external/icu/icu4c/source/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
883 ucnv_getCCSID(const UConverter *converter,
H A Durename.h628 #define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c801 /*getcodepageid testing ucnv_getCCSID() */
803 cp = ucnv_getCCSID(myConverter,&err);
813 /*testing ucnv_getCCSID() with err != U_ZERO_ERROR*/
815 if( ucnv_getCCSID(myConverter,&err) != -1){
816 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));
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c801 /*getcodepageid testing ucnv_getCCSID() */
803 cp = ucnv_getCCSID(myConverter,&err);
813 /*testing ucnv_getCCSID() with err != U_ZERO_ERROR*/
815 if( ucnv_getCCSID(myConverter,&err) != -1){
816 log_err("ucnv_getCCSID() with err != U_ZERO_ERROR is supposed to fail\n");
1910 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) {
1911 log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode));
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c681 ucnv_getCCSID(const UConverter * converter, function
/external/icu/icu4c/source/common/
H A Ducnv.c681 ucnv_getCCSID(const UConverter * converter, function

Completed in 1336 milliseconds