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

/external/icu4c/extra/uconv/
H A Duconv.cpp815 char pos[32], errorBytes[32]; local
819 errorLength = (int8_t)sizeof(errorBytes);
820 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError);
839 str.append(nibbleToHex((uint8_t)errorBytes[i] >> 4));
840 str.append(nibbleToHex((uint8_t)errorBytes[i]));

Completed in 12 milliseconds