Searched refs:CR_UNMAPPABLE (Results 1 – 1 of 1) sorted by relevance
91 private static final int CR_UNMAPPABLE = 3; field in CoderResult160 return (type == CR_UNMAPPABLE); in isUnmappable()242 return new CoderResult(CR_UNMAPPABLE, len);282 case CR_UNMAPPABLE: throw new UnmappableCharacterException(length); in throwException()