Searched refs:errorLength (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 791 int8_t i, length, errorLength; in convertFile() local 794 errorLength = (int8_t)sizeof(errorBytes); in convertFile() 795 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile() 796 if (U_FAILURE(localError) || errorLength == 0) { in convertFile() 797 errorLength = 1; in convertFile() 806 (int)(infoffset + (cbufp - buf) - errorLength)); in convertFile() 810 for (i = 0; i < errorLength; ++i) { in convertFile() 944 int8_t i, length, errorLength; in convertFile() local 947 errorLength = (int8_t)UPRV_LENGTHOF(errorUChars); in convertFile() 948 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile() [all …]
|