Searched defs:newDecoder (Results 1 - 25 of 91) sorted by relevance

1234

/openjdk7/jdk/test/java/nio/charset/spi/
H A DFooCharset.java42 public CharsetDecoder newDecoder() { return null; } method in class:FooCharset
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_32.java41 public CharsetDecoder newDecoder() { method in class:UTF_32
H A DUTF_32BE.java41 public CharsetDecoder newDecoder() { method in class:UTF_32BE
H A DUTF_32BE_BOM.java41 public CharsetDecoder newDecoder() { method in class:UTF_32BE_BOM
H A DUTF_32LE.java42 public CharsetDecoder newDecoder() { method in class:UTF_32LE
H A DUTF_32LE_BOM.java41 public CharsetDecoder newDecoder() { method in class:UTF_32LE_BOM
H A DUTF_16.java43 public CharsetDecoder newDecoder() { method in class:UTF_16
H A DUTF_16BE.java43 public CharsetDecoder newDecoder() { method in class:UTF_16BE
H A DUTF_16LE.java43 public CharsetDecoder newDecoder() { method in class:UTF_16LE
H A DUTF_16LE_BOM.java43 public CharsetDecoder newDecoder() { method in class:UTF_16LE_BOM
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DX11JIS0208.java43 public CharsetDecoder newDecoder() { method in class:X11JIS0208
H A DX11JIS0212.java41 public CharsetDecoder newDecoder() { method in class:X11JIS0212
/openjdk7/jdk/src/solaris/classes/sun/nio/cs/ext/
H A DCOMPOUND_TEXT.java42 public CharsetDecoder newDecoder() { method in class:COMPOUND_TEXT
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DX11GBK_OLD.java39 public CharsetDecoder newDecoder() { method in class:X11GBK_OLD
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DBig5_HKSCS_2001.java45 public CharsetDecoder newDecoder() { method in class:Big5_HKSCS_2001
55 (DoubleByte.Decoder)new Big5().newDecoder();
H A DIBM834.java50 public CharsetDecoder newDecoder() { method in class:IBM834
H A DIBM942C.java50 public CharsetDecoder newDecoder() { method in class:IBM942C
H A DIBM943C.java50 public CharsetDecoder newDecoder() { method in class:IBM943C
H A DIBM949C.java50 public CharsetDecoder newDecoder() { method in class:IBM949C
H A DISO2022_CN_CNS.java56 public CharsetDecoder newDecoder() { method in class:ISO2022_CN_CNS
H A DISO2022_CN_GB.java57 public CharsetDecoder newDecoder() { method in class:ISO2022_CN_GB
H A DISO2022_KR.java61 public CharsetDecoder newDecoder() { method in class:ISO2022_KR
77 SODecoder[0] = ksc5601_cs.newDecoder();
H A DJIS_X_0201.java50 public CharsetDecoder newDecoder() { method in class:JIS_X_0201
H A DJIS_X_0208.java47 public CharsetDecoder newDecoder() { method in class:JIS_X_0208
H A DJIS_X_0212.java47 public CharsetDecoder newDecoder() { method in class:JIS_X_0212

Completed in 307 milliseconds

1234