Home
last modified time | relevance | path

Searched defs:newEncoder (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/jre/lib/
Dcharsets.jarMETA-INF/ META-INF/MANIFEST.MF sun/awt/HKSCS.class HKSCS ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/jre/lib/
Dcharsets.jarMETA-INF/ META-INF/MANIFEST.MF sun/awt/HKSCS.class HKSCS ...
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DASCIICharsetEncoderTest.java152 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Reset() local
185 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encoding() local
242 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encoding_END() local
297 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Flushed() local
362 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encode() local
409 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_from_Encode() local
H A DCharsetDecoder2Test.java145 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetDecoder2Test.MockMalfunctionCharset
H A DCharsetEncoder2Test.java135 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoder2Test.MockMalfunctionCharset
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DReaderInputStreamTest.java84 ReaderInputStream.minBufferSize(charset.newEncoder()))) { in testBufferSmallest()
173 …erInputStream(new StringReader("ABC"), encoder, (int) ReaderInputStream.minBufferSize(charset.newE… in testConstructNullCharset()
184 …erInputStream(new StringReader("ABC"), encoder, (int) ReaderInputStream.minBufferSize(charset.newE… in testConstructNullCharsetEncoder()
195 …putStream(new StringReader("ABC"), charsetName, (int) ReaderInputStream.minBufferSize(charset.newE… in testConstructNullCharsetNameEncoder()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DCharSequenceInputStream.java111 public Builder setCharsetEncoder(final CharsetEncoder newEncoder) { in setCharsetEncoder()
131 private static CharsetEncoder newEncoder(final Charset charset) { in newEncoder() method in CharSequenceInputStream
H A DReaderInputStream.java143 public Builder setCharsetEncoder(final CharsetEncoder newEncoder) { in setCharsetEncoder()
174 private static CharsetEncoder newEncoder(final Charset charset) { in newEncoder() method in ReaderInputStream
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
H A DFileWriterWithEncodingTest.java164 …erWithEncoding writer = new FileWriterWithEncoding(file2, Charset.defaultCharset().newEncoder())) { in sameEncoding_CharsetEncoder_constructor()
221 …ding writer = new FileWriterWithEncoding(file2.getPath(), Charset.defaultCharset().newEncoder())) { in sameEncoding_string_CharsetEncoder_constructor()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/com/android/icu/charset/
H A DCharsetICU.java29 public java.nio.charset.CharsetEncoder newEncoder() { throw new RuntimeException("Stub!"); } in newEncoder() method in CharsetICU
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/com/android/icu/charset/
H A DCharsetICU.java29 public java.nio.charset.CharsetEncoder newEncoder() { throw new RuntimeException("Stub!"); } in newEncoder() method in CharsetICU
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/com/android/icu/charset/
H A DCharsetICU.java29 public java.nio.charset.CharsetEncoder newEncoder() { throw new RuntimeException("Stub!"); } in newEncoder() method in CharsetICU
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/charset/
H A DCharsetICU.java38 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetICU
/aosp_15_r20/libcore/ojluni/src/test/java/nio/charset/Charset/
H A DEmptyCharsetName.java75 public CharsetEncoder newEncoder() { in main() method
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/
H A DPropertyResourceBundleCharset.java69 public CharsetEncoder newEncoder() { in newEncoder() method in PropertyResourceBundleCharset
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dwrite.go95 func newEncoder() *encoder { func
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharset88591.java138 public CharsetEncoder newEncoder() { in newEncoder() method in Charset88591
H A DCharsetUTF32.java251 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetUTF32
H A DCharsetHZ.java388 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetHZ
H A DCharsetUTF16.java324 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetUTF16
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DNioZipEncoding.java161 private CharsetEncoder newEncoder() { in newEncoder() method in NioZipEncoding
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DCharsetEncoderTest.java179 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoderTest.MockCharset
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
H A DIBM437.java46 public CharsetEncoder newEncoder() { in newEncoder() method in IBM437
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
H A DCharset.java118 public abstract java.nio.charset.CharsetEncoder newEncoder(); in newEncoder() method in Charset
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DAsn1IA5String.java292 public CharsetEncoder newEncoder() { in newEncoder() method in Asn1IA5String.RestrictedCharset

12345678910>>...15