Searched refs:charsets (Results 1 – 9 of 9) sorted by relevance
41 public Iterator<Charset> charsets() { in charsets() method in SettableCharsetProvider43 return delegate.charsets(); in charsets()
62 List<Charset> charsets = new ArrayList<>(); in getStandardCharsets() local65 charsets.add((Charset) field.get(null)); in getStandardCharsets()68 assertTrue(charsets.size() >= 6); in getStandardCharsets()69 return charsets.toArray(new Charset[0]); in getStandardCharsets()
95 public abstract Iterator<Charset> charsets(); in charsets() method in CharsetProvider
26 # Standard charsets provided by StandardCharsets provider.28 # Note that these "standard" charsets listed here are not29 # necessary to be the "Standard charsets" defined in the31 # are the charsets that this implementation believes should32 # be packaged into the charsets provider class "StandardCharsets"34 # compared to the charsets packaged in "ExtendedCharsets" provider,
861 public Iterator<Charset> charsets() { in charsets() method in MockCharsetProviderWithRecursiveCall889 public Iterator charsets() { in charsets() method in MockCharsetProvider906 public Iterator charsets() { in charsets() method in MockCharsetProviderASCII
639 put(cp.charsets(), m);
691 SortedMap<String, Charset> charsets = Charset.availableCharsets(); in test_getBytesLCharset() local
78 description: "We fake support for these by substituting similar (but not identical) charsets",
6570 method public abstract java.util.Iterator<java.nio.charset.Charset> charsets();