Searched refs:CR_MALFORMED (Results 1 – 1 of 1) sorted by relevance
90 private static final int CR_MALFORMED = 2; field in CoderResult149 return (type == CR_MALFORMED); in isMalformed()223 return new CoderResult(CR_MALFORMED, len);281 case CR_MALFORMED: throw new MalformedInputException(length); in throwException()