Searched refs:CR_UNMAPPABLE (Results 1 – 1 of 1) sorted by relevance
90 private static final int CR_UNMAPPABLE = 3; field in CoderResult159 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()