Home
last modified time | relevance | path

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

/external/icu/icu4c/source/extra/uconv/
Duconv.cpp940 UChar errorUChars[4]; in convertFile() local
947 errorLength = (int8_t)UPRV_LENGTHOF(errorUChars); in convertFile()
948 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile()
994 U16_NEXT(errorUChars, i, errorLength, c); in convertFile()