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

/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoderICU.java145 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
H A DCharsetEncoderICU.java175 } else if (error == ICU.U_ILLEGAL_CHAR_FOUND) {
/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp178 return (error != U_BUFFER_OVERFLOW_ERROR && error != U_INVALID_CHAR_FOUND && error != U_ILLEGAL_CHAR_FOUND);
220 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND ||
276 if (errorCode == U_ILLEGAL_CHAR_FOUND || errorCode == U_INVALID_CHAR_FOUND ||

Completed in 86 milliseconds