Home
last modified time | relevance | path

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

/external/icu/icu4c/source/extra/uconv/
Duconv.cpp793 int8_t i, length, errorLength; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
798 if (U_FAILURE(localError) || errorLength == 0) { in convertFile()
799 errorLength = 1; in convertFile()
808 (int)(infoffset + (cbufp - buf) - errorLength)); in convertFile()
812 for (i = 0; i < errorLength; ++i) { in convertFile()
946 int8_t i, length, errorLength; in convertFile() local
949 errorLength = UPRV_LENGTHOF(errorUChars); in convertFile()
950 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile()
[all …]