Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/charset/
DCharsetDecoderICU.java116 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) { in implFlush()
DCharsetEncoderICU.java144 } else if (error == ICU.U_TRUNCATED_CHAR_FOUND) { in implFlush()
/libcore/luni/src/main/native/
Dlibcore_icu_NativeConverter.cpp176 return (error != U_BUFFER_OVERFLOW_ERROR && error != U_TRUNCATED_CHAR_FOUND); in shouldCodecThrow()
221 errorCode == U_TRUNCATED_CHAR_FOUND) { in NativeConverter_encode()
277 errorCode == U_TRUNCATED_CHAR_FOUND) { in NativeConverter_decode()
/libcore/luni/src/main/java/libcore/icu/
DICU.java366 public static final int U_TRUNCATED_CHAR_FOUND = 11; field in ICU