Searched refs:CR_MALFORMED (Results 1 – 1 of 1) sorted by relevance
89 private static final int CR_MALFORMED = 2; field in CoderResult148 return (type == CR_MALFORMED); in isMalformed()202 new CoderResult(CR_MALFORMED, 1),203 new CoderResult(CR_MALFORMED, 2),204 new CoderResult(CR_MALFORMED, 3),205 new CoderResult(CR_MALFORMED, 4),223 n -> new CoderResult(CR_MALFORMED, n)); in malformedForLength()274 case CR_MALFORMED: throw new MalformedInputException(length); in throwException()