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

/libcore/ojluni/src/main/java/java/nio/charset/
H A DCoderResult.java91 private static final int CR_UNMAPPABLE = 3; field in class:CoderResult
160 return (type == CR_UNMAPPABLE);
242 return new CoderResult(CR_UNMAPPABLE, len);
282 case CR_UNMAPPABLE: throw new UnmappableCharacterException(length);

Completed in 66 milliseconds