Searched refs:errorBytes (Results 1 – 1 of 1) sorted by relevance
792 char pos[32], errorBytes[32]; in convertFile() local796 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()