Searched refs:charsets (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/charset/
H A DSettableCharsetProvider.java41 public Iterator<Charset> charsets() { method in class:SettableCharsetProvider
43 return delegate.charsets();
H A DStandardCharsetsEncoderTest.java47 * Tests for the encoding behavior of charsets in {@link StandardCharsets}.
59 * Returns the charsets to test.
62 List<Charset> charsets = new ArrayList<>();
65 charsets.add((Charset) field.get(null));
68 assertTrue(charsets.size() >= 6);
69 return charsets.toArray(new Charset[0]);
/libcore/ojluni/src/main/java/java/nio/charset/spi/
H A DCharsetProvider.java88 * Creates an iterator that iterates over the charsets supported by this
95 public abstract Iterator<Charset> charsets(); method in class:CharsetProvider
/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharset.java65 * available in the current Java virtual machine. Support for new charsets can
119 * <p><a name="hn">Some charsets have an <i>historical name</i> that is defined for
129 * its canonical name must be the name listed in the registry. Many charsets
144 * <h2>Standard charsets</h2>
149 * following standard charsets.</a> Consult the release documentation for your
150 * implementation to see if any other charsets are supported. The behavior
151 * of such optional charsets may differ between implementations.
153 * <blockquote><table width="80%" summary="Description of standard charsets">
180 * <p> The <tt>UTF-16</tt> charsets are specified by <a
187 * <p> The <tt>UTF-16</tt> charsets us
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetTest.java65 // Will contain names of charsets registered with IANA
68 // Will contain names of charsets not known to be registered with IANA
97 // All Java implementations must support these charsets.
275 // Test the required 6 charsets are supported.
861 public Iterator<Charset> charsets() { method in class:CharsetTest.MockCharsetProviderWithRecursiveCall
889 public Iterator charsets() { method in class:CharsetTest.MockCharsetProvider
906 public Iterator charsets() { method in class:CharsetTest.MockCharsetProviderASCII
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DStringTest.java691 SortedMap<String, Charset> charsets = Charset.availableCharsets();

Completed in 3667 milliseconds