Searched refs:ucnv_getInvalidUChars (Results 1 - 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 704 ucnv_getInvalidUChars(const UConverter *converter,
|
H A D | urename.h | 642 #define ucnv_getInvalidUChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidUChars) macro
|
/external/icu/icu4c/source/extra/uconv/ |
H A D | uconv.cpp | 948 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError);
|
/external/icu/icu4c/source/common/ |
H A D | ucnv.c | 2725 ucnv_getInvalidUChars (const UConverter * converter, function
|
/external/icu/icu4c/source/test/intltest/ |
H A D | convtest.cpp | 1640 ucnv_getInvalidUChars(cnv, resultInvalidUChars, &resultInvalidLength, &errorCode); 1642 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) ucnv_getInvalidUChars() failed - %s",
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.c | 2732 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); 2734 log_err("ucnv_getInvalidUChars failed with error : %s\n",u_errorName(err)); 2739 log_err("ucnv_getInvalidUChars did not return the correct invalid chars for encoding %s \n", ucnv_getName(conv,&err));
|
Completed in 90 milliseconds