Searched defs:newAction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTCharset.java93 protected void implOnMalformedInput(CodingErrorAction newAction) { argument
94 enc.onMalformedInput(newAction);
96 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { argument
97 enc.onUnmappableCharacter(newAction);
133 protected void implOnMalformedInput(CodingErrorAction newAction) { argument
134 dec.onMalformedInput(newAction);
136 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { argument
137 dec.onUnmappableCharacter(newAction);
/openjdk7/jdk/src/solaris/classes/sun/nio/cs/ext/
H A DCOMPOUND_TEXT_Encoder.java267 protected void implOnMalformedInput(CodingErrorAction newAction) { argument
268 encoder.onUnmappableCharacter(newAction);
271 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { argument
272 encoder.onUnmappableCharacter(newAction);
H A DCOMPOUND_TEXT_Decoder.java683 protected void implOnMalformedInput(CodingErrorAction newAction) { argument
685 glDecoder.onMalformedInput(newAction);
687 grDecoder.onMalformedInput(newAction);
689 nonStandardDecoder.onMalformedInput(newAction);
692 protected void implOnUnmappableCharacter(CodingErrorAction newAction) { argument
694 glDecoder.onUnmappableCharacter(newAction);
696 grDecoder.onUnmappableCharacter(newAction);
698 nonStandardDecoder.onUnmappableCharacter(newAction);
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java477 public static final String newAction = "new"; field in class:Notepad
654 super(newAction);

Completed in 49 milliseconds