Home | History | Annotate | Download | only in charset

Lines Matching defs:implOnMalformedInput

390      * <p> This method invokes the {@link #implOnMalformedInput
391 * implOnMalformedInput} method, passing the new action. </p>
404 implOnMalformedInput(newAction);
417 protected void implOnMalformedInput(CodingErrorAction newAction) { }