Searched defs:Charset (Results 1 - 9 of 9) sorted by last modified time

/external/robolectric/v3/runtime/
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/ ...
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/ ...
/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/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1009 int Charset = FXFONT_ANSI_CHARSET; local
1011 Charset = GetCharsetFromCodePage(WindowCP);
1013 Charset = FXFONT_SYMBOL_CHARSET;
1015 if (Charset == FXFONT_SHIFTJIS_CHARSET || Charset == FXFONT_GB2312_CHARSET ||
1016 Charset == FXFONT_HANGEUL_CHARSET ||
1017 Charset == FXFONT_CHINESEBIG5_CHARSET) {
1084 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily,
1110 if (Charset == FXFONT_SYMBOL_CHARSET) {
1131 if (Charset
[all...]
/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...]

Completed in 214 milliseconds