HomeSort by relevance Sort by last modified time
    Searched full:charsets (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetProviderICU.java 72 String[] charsets = NativeConverter.getAvailable(); local
73 for(int i=0; i<charsets.length;i++){
74 // store the charsets and aliases in a Map
75 if (!map.containsKey(charsets[i])){
76 map.put(charsets[i], charsetForName(charsets[i]));
81 * Class that implements the iterator for charsets
108 * Returns an iterator for the available charsets
112 public final Iterator charsets(){ method in class:CharsetProviderICU
113 String[] charsets = NativeConverter.getAvailable() local
    [all...]
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
package.html 11 service provider package it is possible to use your own charsets.
Charset.java 57 * The following charsets should be supported by any java platform: US-ASCII,
60 * Additional charsets can be made available by configuring one or more charset
102 // cached built in charsets
235 * Add the charsets supported by the given provider to the map.
238 TreeMap<String, Charset> charsets) {
239 Iterator<Charset> it = cp.charsets();
242 // Only new charsets will be added
243 if (!charsets.containsKey(cs.name())) {
244 charsets.put(cs.name(), cs);
263 * Read a configuration file and add the charsets supported by the provider
    [all...]
  /packages/apps/Email/src/com/beetstra/jutf7/
CharsetProvider.java 58 private List charsets; field in class:CharsetProvider
61 charsets = Arrays.asList(new Object[] {
71 for (Iterator iter = charsets.iterator(); iter.hasNext();) {
76 for (Iterator iter = charsets.iterator(); iter.hasNext();) {
87 public Iterator charsets() { method in class:CharsetProvider
88 return charsets.iterator();
  /external/guava/src/com/google/common/base/
Charsets.java 29 public final class Charsets {
30 private Charsets() {}
67 * Java platform implementations! Any Charsets initialized here may cause
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/spi/
CharsetProvider.java 48 * Returns an iterator over all the available charsets.
53 public abstract Iterator<Charset> charsets(); method in class:CharsetProvider
  /external/guava/javadoc/com/google/common/base/class-use/
Charsets.html 7 Uses of Class com.google.common.base.Charsets (Guava Libraries 2010.01.04)
18 parent.document.title="Uses of Class com.google.common.base.Charsets (Guava Libraries 2010.01.04)";
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Charsets.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
62 &nbsp;<A HREF="Charsets.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
84 <B>Uses of Class<br>com.google.common.base.Charsets</B></H2>
86 No usage of com.google.common.base.Charsets
102 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/google/common/base/Charsets.html" title="class in com.google.common.base"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
122 &nbsp;<A HREF="Charsets.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  /external/icu4c/i18n/unicode/
ucsdet.h 161 * input byte data, some of the returned charsets may fail to handle
170 * <li>no charsets appear to match the input data.</li>
176 * number of charsets identified that are consistent with
219 * for charsets that can represent the input data, but for which there
222 * great many charsets, most of which will appear as possible matches
238 * charsets, not language. For some, but not all, charsets, a language is
244 * all charsets. In particular, no language is identified
296 * Get an iterator over the set of all detectable charsets -
297 * over the charsets that are known to the charset detectio
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucsdet.h 161 * input byte data, some of the returned charsets may fail to handle
170 * <li>no charsets appear to match the input data.</li>
176 * number of charsets identified that are consistent with
219 * for charsets that can represent the input data, but for which there
222 * great many charsets, most of which will appear as possible matches
238 * charsets, not language. For some, but not all, charsets, a language is
244 * all charsets. In particular, no language is identified
296 * Get an iterator over the set of all detectable charsets -
297 * over the charsets that are known to the charset detectio
    [all...]
  /external/guava/javadoc/com/google/common/base/
Charsets.html 7 Charsets (Guava Libraries 2010.01.04)
18 parent.document.title="Charsets (Guava Libraries 2010.01.04)";
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Charsets.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
61 <A HREF="../../../../index.html?com/google/common/base/Charsets.html" target="_top"><B>FRAMES</B></A> &nbsp;
62 &nbsp;<A HREF="Charsets.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
93 Class Charsets</H2>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Charsets</B>
100 <DT><PRE>public final class <B>Charsets</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
130 <TD><CODE><B><A HREF="../../../../com/google/common/base/Charsets.html#ISO_8859_1">ISO_8859_1</A></B></CODE>
138 <TD><CODE><B><A HREF="../../../../com/google/common/base/Charsets.html#US_ASCII">US_ASCII</A></B></CODE
    [all...]
package-frame.html 49 <A HREF="Charsets.html" title="class in com.google.common.base" target="classFrame">Charsets</A>
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
Charset_SingleByte_.java 32 @TestTargetClass(targets.Charsets._Abstract.class)
Charset_MultiByte_.java 32 @TestTargetClass(targets.Charsets._Abstract.class)
CharsetProviderTest.java 338 method = "charsets",
424 method = "charsets",
495 method = "charsets",
520 method = "charsets",
548 method = "charsets",
580 public Iterator<Charset> charsets() { method in class:CharsetProviderTest.MockCharsetProvider
600 public Iterator<Charset> charsets() { method in class:CharsetProviderTest.MockCharsetProviderACSII
Charset_GSM0338.java 25 @TestTargetClass(targets.Charsets.GSM0338.class)
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSOutput.java 91 * character encodings registered (as charsets) with the Internet
92 * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>]
100 * character encodings registered (as charsets) with the Internet
101 * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>]
  /external/icu4c/data/mappings/
noop-cns-11643.ucm 12 # do not want to include the real table for charsets that are extremely
  /external/guava/src/com/google/common/io/
ByteArrayDataOutput.java 46 * every character. For UTF-8, use {@code write(s.getBytes(Charsets.UTF_8))}.
  /external/icu4c/tools/toolutil/
ucbuf.h 148 * Autodetects the encoding of the file stream. Only Unicode charsets are autodectected.
149 * Some Unicode charsets are stateful and need byte identifiers to be converted also to bring
168 * Autodetects the encoding of the file stream. Only Unicode charsets are autodectected.
169 * Some Unicode charsets are stateful and need byte identifiers to be converted also to bring
  /external/webkit/WebCore/platform/network/
FormDataBuilder.cpp 78 Vector<String> charsets; local
79 acceptCharset.split(' ', charsets);
83 Vector<String>::const_iterator end = charsets.end();
84 for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) {
  /external/webkit/WebCore/platform/text/mac/
make-charset-table.pl 82 # Also check that no two names are part of the same entry in the charsets file.
163 open CHARSETS, $filename or die;
172 while (<CHARSETS>) {
201 close CHARSETS;
  /external/icu4c/i18n/
csdetect.cpp 274 // Iterate over all possible charsets, remember all that
293 // Remove duplicate charsets from the results.
402 /* Initialize recognized charsets. */
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/spi/
CharsetProviderTest.java 71 public Iterator charsets() { method in class:CharsetProviderTest.MockCharsetProvider
  /external/webkit/WebKit/chromium/src/
WebSearchableFormData.cpp 57 Vector<String> charsets; local
58 str.split(' ', charsets);
59 for (Vector<String>::const_iterator i(charsets.begin()); i != charsets.end(); ++i) {
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 34 // Will contain names of charsets registered with IANA
37 // Will contain names of charsets not known to be registered with IANA

Completed in 2190 milliseconds

1 2 3 4 5 6