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

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
CharsetsTest.java 24 * Unit test for {@link Charsets}.
30 assertEquals(Charset.forName("US-ASCII"), Charsets.US_ASCII);
34 assertEquals(Charset.forName("ISO-8859-1"), Charsets.ISO_8859_1);
38 assertEquals(Charset.forName("UTF-8"), Charsets.UTF_8);
42 assertEquals(Charset.forName("UTF-16BE"), Charsets.UTF_16BE);
46 assertEquals(Charset.forName("UTF-16LE"), Charsets.UTF_16LE);
50 assertEquals(Charset.forName("UTF-16"), Charsets.UTF_16);
  /external/smack/src/com/kenai/jbosh/
AttrCharsets.java 20 * Data type representing the getValue of the {@code charsets} attribute of the
28 private final String[] charsets; field in class:AttrCharsets
37 charsets = val.split("\\ +");
63 for (String str : charsets) {
CMSessionParams.java 46 private final AttrCharsets charsets; field in class:CMSessionParams
76 charsets = aCharsets;
110 resp.getAttribute(Attributes.CHARSETS)),
170 return charsets;
Attributes.java 39 static final BodyQName CHARSETS = BodyQName.createBOSH("charsets");
  /packages/apps/Email/src/com/beetstra/jutf7/
CharsetProvider.java 57 private List<Charset> charsets; field in class:CharsetProvider
60 charsets = Arrays.asList(new Charset[] {
71 for (Iterator<Charset> iter = charsets.iterator(); iter.hasNext();) {
76 for (Iterator<Charset> iter = charsets.iterator(); iter.hasNext();) {
88 public Iterator<Charset> charsets() { method in class:CharsetProvider
89 return charsets.iterator();
  /external/chromium_org/base/i18n/
i18n_constants.h 12 // Names of codepages (charsets) understood by icu.
  /libcore/luni/src/main/java/java/nio/charset/spi/
CharsetProvider.java 33 * Returns an iterator over all the available charsets.
37 public abstract Iterator<Charset> charsets(); method in class:CharsetProvider
  /external/guava/guava-tests/test/com/google/common/io/
ResourcesTest.java 22 import com.google.common.base.Charsets;
57 assertEquals(I18N, Resources.toString(resource, Charsets.UTF_8));
58 ASSERT.that(Resources.toString(resource, Charsets.US_ASCII))
73 Resources.readLines(resource, Charsets.UTF_8));
92 List<String> result = Resources.readLines(resource, Charsets.US_ASCII,
  /external/guava/guava/src/com/google/common/base/
Charsets.java 28 public final class Charsets {
29 private Charsets() {}
64 * part of the set required to be supported by all Java platform implementations! Any Charsets
  /art/test/062-character-encodings/src/
Main.java 13 // These charsets must be provided; anything else is optional.
  /external/guava/guava/src/com/google/common/hash/
AbstractHasher.java 17 import com.google.common.base.Charsets;
43 return putString(charSequence, Charsets.UTF_16LE);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucsdet.h 182 * input byte data, some of the returned charsets may fail to handle
191 * <li>no charsets appear to match the input data.</li>
197 * number of charsets identified that are consistent with
240 * for charsets that can represent the input data, but for which there
243 * great many charsets, most of which will appear as possible matches
259 * charsets, not language. For some, but not all, charsets, a language is
265 * all charsets. In particular, no language is identified
317 * Get an iterator over the set of all detectable charsets -
318 * over the charsets that are known to the charset detectio
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucsdet.h 182 * input byte data, some of the returned charsets may fail to handle
191 * <li>no charsets appear to match the input data.</li>
197 * number of charsets identified that are consistent with
240 * for charsets that can represent the input data, but for which there
243 * great many charsets, most of which will appear as possible matches
259 * charsets, not language. For some, but not all, charsets, a language is
265 * all charsets. In particular, no language is identified
317 * Get an iterator over the set of all detectable charsets -
318 * over the charsets that are known to the charset detectio
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 56 * Transformation Format (UTF) charsets. Of those, UTF-8 and the UTF-16 family are the most
114 * <p>A charset has a canonical name, returned by {@link #name}. Most charsets will
118 * <h4>Guaranteed-available charsets</h4>
119 * <p>The following charsets are available on every Java implementation:
128 * <p>All of these charsets support both decoding and encoding. The charsets whose names begin
129 * "UTF" can represent all characters, as mentioned above. The "ISO-8859-1" and "US-ASCII" charsets
131 * compatibility, new code should use one of the UTF charsets listed above. The platform's default
135 * <p>Most implementations will support hundreds of charsets. Use {@link #availableCharsets} or
140 * <p>Additional charsets can be made available by configuring one or more charse
223 TreeMap<String, Charset> charsets = new TreeMap<String, Charset>(String.CASE_INSENSITIVE_ORDER); local
    [all...]
Charsets.java 24 public final class Charsets {
78 private Charsets() {
StandardCharsets.java 20 * Convenient access to the most important built-in charsets.
  /libcore/luni/src/main/native/
java_nio_charset_Charsets.cpp 242 NATIVE_METHOD(Charsets, asciiBytesToChars, "([BII[C)V"),
243 NATIVE_METHOD(Charsets, isoLatin1BytesToChars, "([BII[C)V"),
244 NATIVE_METHOD(Charsets, toAsciiBytes, "([CII)[B"),
245 NATIVE_METHOD(Charsets, toIsoLatin1Bytes, "([CII)[B"),
246 NATIVE_METHOD(Charsets, toUtf8Bytes, "([CII)[B"),
249 jniRegisterNativeMethods(env, "java/nio/charset/Charsets", gMethods, NELEM(gMethods));
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 552 FX_BOOL IsHasCharSet(CFArrayRef languages, const CFX_DWordArray &charSets)
554 int iCount = charSets.GetSize();
559 if (CharSet == charSets[j]) {
618 CFX_DWordArray charSets;
619 charSets.Add(FXFONT_CHINESEBIG5_CHARSET);
620 charSets.Add(FXFONT_GB2312_CHARSET);
621 charSets.Add(FXFONT_HANGEUL_CHARSET);
622 charSets.Add(FXFONT_SHIFTJIS_CHARSET);
623 if (IsHasCharSet(languages, charSets)) {
674 charSets.RemoveAll();
    [all...]
  /external/chromium_org/third_party/icu/source/data/mappings/
noop-cns-11643.ucm 12 # do not want to include the real table for charsets that are extremely
  /external/chromium_org/third_party/icu/source/i18n/
csmatch.h 29 * charsets, and set different names depending on the exact input bytes seen.
csrecog.h 29 * known detectable charsets.
  /external/icu/icu4c/source/data/mappings/
noop-cns-11643.ucm 12 # do not want to include the real table for charsets that are extremely
  /external/icu/icu4c/source/i18n/
csmatch.h 29 * charsets, and set different names depending on the exact input bytes seen.
csrecog.h 29 * known detectable charsets.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Charsets.java 23 * Defines the same class as the java.nio.charset.Charsets which was added in
30 * platform/libcore/luni/src/main/java/java/nio/charset/Charsets
32 public final class Charsets {
131 private Charsets() {

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>