Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java90 private static final int CR_UNMAPPABLE = 3; field in CoderResult
159 return (type == CR_UNMAPPABLE); in isUnmappable()
227 new CoderResult(CR_UNMAPPABLE, 1),
228 new CoderResult(CR_UNMAPPABLE, 2),
229 new CoderResult(CR_UNMAPPABLE, 3),
230 new CoderResult(CR_UNMAPPABLE, 4),
248 n -> new CoderResult(CR_UNMAPPABLE, n)); in unmappableForLength()
275 case CR_UNMAPPABLE: throw new UnmappableCharacterException(length); in throwException()