Home
last modified time | relevance | path

Searched refs:ucnv_getInvalidChars (Results 1 – 11 of 11) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducnv.h686 ucnv_getInvalidChars(const UConverter *converter,
Durename.h647 #define ucnv_getInvalidChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidChars) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h686 ucnv_getInvalidChars(const UConverter *converter,
Durename.h647 #define ucnv_getInvalidChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidChars) macro
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp840 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
857 ucnv_getInvalidChars(cnv1.getAlias(), errorBytes, &errorLength, errorCode); in TestUTF8ToUTF8Overflow()
1304 ucnv_getInvalidChars(cnv, resultInvalidChars, &resultInvalidLength, &errorCode); in checkToUnicode()
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp245 ucnv_getInvalidChars(buf->conv,context,&len,&error1); in ucbuf_fillucbuf()
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
/external/icu/icu4c/source/common/
Ducnv.cpp2693 ucnv_getInvalidChars (const UConverter * converter, in ucnv_getInvalidChars() function
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c2929 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode()
Dccapitst.c2577 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode); in testFromTruncatedUTF8()
/external/icu/libandroidicu/static_shim/
Dshim.cpp986 ucnv_getInvalidChars(converter, errBytes, len, err); in ucnv_getInvalidChars_android()