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.java91 private static final int CR_UNMAPPABLE = 3; field in CoderResult
160 return (type == CR_UNMAPPABLE); in isUnmappable()
242 return new CoderResult(CR_UNMAPPABLE, len);
282 case CR_UNMAPPABLE: throw new UnmappableCharacterException(length); in throwException()