Searched refs:ucnv_getType (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/unicode/
H A Ducnv.h87 * @see ucnv_getType
901 ucnv_getType(const UConverter * converter);
915 * @see ucnv_getType
H A Durename.h656 #define ucnv_getType U_ICU_ENTRY_POINT_RENAME(ucnv_getType) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h86 * @see ucnv_getType
758 ucnv_getType(const UConverter * converter);
772 * @see ucnv_getType
H A Durename.h502 #define ucnv_getType ucnv_getType_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h86 * @see ucnv_getType
758 ucnv_getType(const UConverter * converter);
772 * @see ucnv_getType
H A Durename.h502 #define ucnv_getType ucnv_getType_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h86 * @see ucnv_getType
758 ucnv_getType(const UConverter * converter);
772 * @see ucnv_getType
H A Durename.h502 #define ucnv_getType ucnv_getType_3_2 macro
/external/icu4c/common/
H A Ducnv.c2606 ucnv_getType(const UConverter* converter) function
2897 switch (ucnv_getType(cnv)) {
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h502 #define ucnv_getType ucnv_getType_3_2 macro
/external/icu4c/test/cintltst/
H A Dnucnvtst.c1362 if (ucnv_getType(myConverter)!=convType) {
1363 log_err("ucnv_getType Failed for %s. Got enum value 0x%X\n",
1367 log_verbose("ucnv_getType %s ok\n", convName);
1418 if (ucnv_getType(myConverter)!=UCNV_MBCS)
1419 log_err("ucnv_getType Failed for ibm-949\n");
1421 log_verbose("ucnv_getType ibm-949 ok\n");

Completed in 180 milliseconds