Searched defs:Charset (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-gwt/src-super/java/nio/charset/
H A DCharset.java24 * A minimal GWT emulation of {@link Charset}.
28 public abstract class Charset implements Comparable<Charset> { class in inherits:Comparable
29 private static final Charset UTF_8 = new Charset("UTF-8") {};
31 private static final SortedMap<String, Charset> AVAILABLE_CHARSETS =
32 new TreeMap<String, Charset>();
37 public static SortedMap<String, Charset> availableCharsets() {
41 public static Charset forName(String charsetName) {
62 Charset charse
71 private Charset(String name) { method in class:Charset
[all...]
/external/pdfium/core/fxge/ge/
H A Dcfx_fontmapper.cpp560 int Charset = FXFONT_ANSI_CHARSET; local
562 Charset = GetCharsetFromCodePage(WindowCP);
564 Charset = FXFONT_SYMBOL_CHARSET;
566 (Charset == FXFONT_SHIFTJIS_CHARSET || Charset == FXFONT_GB2312_CHARSET ||
567 Charset == FXFONT_HANGUL_CHARSET ||
568 Charset == FXFONT_CHINESEBIG5_CHARSET);
628 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily,
648 if (Charset == FXFONT_SYMBOL_CHARSET) {
661 if (Charset
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 171 milliseconds