Searched defs:isLegalReplacement (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DIBM834.java89 public boolean isLegalReplacement(byte[] repl) { method in class:IBM834.Encoder
93 return super.isLegalReplacement(repl);
H A DISO2022_CN_CNS.java96 public boolean isLegalReplacement(byte[] repl) { method in class:ISO2022_CN_CNS.Encoder
H A DISO2022_CN_GB.java86 public boolean isLegalReplacement(byte[] repl) { method in class:ISO2022_CN_GB.Encoder
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11SunUnicode_0.java149 public boolean isLegalReplacement(byte[] repl) { method in class:X11SunUnicode_0.Encoder
H A DX11Dingbats.java128 public boolean isLegalReplacement(byte[] repl) { method in class:X11Dingbats.Encoder
H A DX11CNS11643.java84 public boolean isLegalReplacement(byte[] repl) { method in class:X11CNS11643.Encoder
H A DX11GB18030_0.java4270 public boolean isLegalReplacement(byte[] repl) { method in class:X11GB18030_0.Encoder
H A DX11GB18030_1.java5267 public boolean isLegalReplacement(byte[] repl) { method in class:X11GB18030_1.Encoder
H A DX11GB2312.java96 public boolean isLegalReplacement(byte[] repl) { method in class:X11GB2312.Encoder
H A DX11Johab.java55 public boolean isLegalReplacement(byte[] repl) { method in class:X11Johab.Encoder
H A DX11KSC5601.java95 public boolean isLegalReplacement(byte[] repl) { method in class:X11KSC5601.Encoder
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DX11GB2312_OLD.java87 public boolean isLegalReplacement(byte[] repl) { method in class:X11GB2312_OLD.Encoder
H A DX11KSC5601_OLD.java86 public boolean isLegalReplacement(byte[] repl) { method in class:X11KSC5601_OLD.Encoder
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSymbol.java187 public boolean isLegalReplacement(byte[] repl) { method in class:Symbol.Encoder
H A DAWTCharset.java99 public boolean isLegalReplacement(byte[] repl) { method in class:AWTCharset.Encoder
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWingDings.java159 public boolean isLegalReplacement(byte[] repl) { method in class:WingDings.Encoder
/openjdk7/jdk/test/sun/nio/cs/
H A DX11CNS11643.java79 public boolean isLegalReplacement(byte[] repl) { method in class:X11CNS11643.Encoder
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DISO_8859_1.java144 public boolean isLegalReplacement(byte[] repl) { method in class:ISO_8859_1.Encoder
H A DSingleByte.java150 public boolean isLegalReplacement(byte[] repl) { method in class:SingleByte.Encoder
152 super.isLegalReplacement(repl));
H A DUS_ASCII.java162 public boolean isLegalReplacement(byte[] repl) { method in class:US_ASCII.Encoder
164 super.isLegalReplacement(repl);
H A DUTF_8.java493 public boolean isLegalReplacement(byte[] repl) { method in class:UTF_8.Encoder
495 super.isLegalReplacement(repl));

Completed in 133 milliseconds