Home
last modified time | relevance | path

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

/external/icu/icu4c/source/extra/uconv/
Duconv.cpp792 char pos[32], errorBytes[32]; in convertFile() local
796 errorLength = (int8_t)sizeof(errorBytes); in convertFile()
797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
816 str.append(nibbleToHex((uint8_t)errorBytes[i] >> 4)); in convertFile()
817 str.append(nibbleToHex((uint8_t)errorBytes[i])); in convertFile()