Searched refs:LOCALE (Results 1 - 25 of 103) sorted by relevance

12345

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DTestsEnglishUS.java31 private static final Locale LOCALE = new Locale("en", "US"); field in class:TestsEnglishUS
32 private static final LayoutBase LAYOUT = new Qwerty(new EnglishCustomizer(LOCALE));
H A DTestsFrenchCA.java31 private static final Locale LOCALE = new Locale("fr", "CA"); field in class:TestsFrenchCA
32 private static final LayoutBase LAYOUT = new Qwerty(new FrenchCustomizer(LOCALE));
H A DTestsNoLanguage.java31 private static final Locale LOCALE = new Locale("zz"); field in class:TestsNoLanguage
32 private static final LayoutBase LAYOUT = new Qwerty(new NoLanguageCustomizer(LOCALE));
H A DTestsPortugueseBR.java31 private static final Locale LOCALE = new Locale("pt", "BR"); field in class:TestsPortugueseBR
32 private static final LayoutBase LAYOUT = new Qwerty(new PortugueseCustomizer(LOCALE));
H A DTestsSpanish419.java31 private static final Locale LOCALE = new Locale("es", "419"); field in class:TestsSpanish419
32 private static final LayoutBase LAYOUT = new Spanish(new SpanishCustomizer(LOCALE));
H A DTestsSpanishUS.java31 private static final Locale LOCALE = new Locale("es", "US"); field in class:TestsSpanishUS
32 private static final LayoutBase LAYOUT = new Spanish(new SpanishCustomizer(LOCALE));
H A DTestsZulu.java31 private static final Locale LOCALE = new Locale("zu"); field in class:TestsZulu
32 private static final LayoutBase LAYOUT = new Qwerty(new EnglishCustomizer(LOCALE));
H A DTestsArabic.java32 private static final Locale LOCALE = new Locale("ar"); field in class:TestsArabic
33 private static final LayoutBase LAYOUT = new Arabic(new ArabicCustomizer(LOCALE));
H A DTestsArmenianAMPhonetic.java32 private static final Locale LOCALE = new Locale("hy", "AM"); field in class:TestsArmenianAMPhonetic
34 new ArmenianPhoneticCustomizer(LOCALE));
H A DTestsBulgarian.java32 private static final Locale LOCALE = new Locale("bg"); field in class:TestsBulgarian
33 private static final LayoutBase LAYOUT = new Bulgarian(new BulgarianCustomizer(LOCALE));
H A DTestsBulgarianBds.java32 private static final Locale LOCALE = new Locale("bg"); field in class:TestsBulgarianBds
33 private static final LayoutBase LAYOUT = new BulgarianBds(new BulgarianBdsCustomizer(LOCALE));
H A DTestsDutchBE.java32 private static final Locale LOCALE = new Locale("nl", "BE"); field in class:TestsDutchBE
33 private static final LayoutBase LAYOUT = new Azerty(new DutchCustomizer(LOCALE));
H A DTestsFrenchQwertz.java32 private static final Locale LOCALE = new Locale("fr"); field in class:TestsFrenchQwertz
33 private static final LayoutBase LAYOUT = new Qwertz(new FrenchEuroCustomizer(LOCALE));
H A DTestsGeorgianGE.java32 private static final Locale LOCALE = new Locale("ka", "GE"); field in class:TestsGeorgianGE
33 private static final LayoutBase LAYOUT = new Georgian(new GeorgianCustomizer(LOCALE));
H A DTestsGermanQwerty.java32 private static final Locale LOCALE = new Locale("de"); field in class:TestsGermanQwerty
33 private static final LayoutBase LAYOUT = new Qwerty(new GermanEuroCustomizer(LOCALE));
H A DTestsGreek.java32 private static final Locale LOCALE = new Locale("el"); field in class:TestsGreek
33 private static final LayoutBase LAYOUT = new Greek(new GreekCustomizer(LOCALE));
H A DTestsHebrew.java32 private static final Locale LOCALE = new Locale("iw"); field in class:TestsHebrew
33 private static final LayoutBase LAYOUT = new Hebrew(new HebrewCustomizer(LOCALE));
H A DTestsHindi.java32 private static final Locale LOCALE = new Locale("hi"); field in class:TestsHindi
33 private static final LayoutBase LAYOUT = new Hindi(new HindiCustomizer(LOCALE));
H A DTestsHindiCompact.java32 private static final Locale LOCALE = new Locale("hi"); field in class:TestsHindiCompact
33 private static final LayoutBase LAYOUT = new HindiCompact(new HindiCompactCustomizer(LOCALE));
H A DTestsIndonesian.java32 private static final Locale LOCALE = new Locale("in"); field in class:TestsIndonesian
33 private static final LayoutBase LAYOUT = new Qwerty(new LayoutCustomizer(LOCALE));
H A DTestsKannadaIN.java32 private static final Locale LOCALE = new Locale("kn", "IN"); field in class:TestsKannadaIN
33 private static final LayoutBase LAYOUT = new Kannada(new KannadaCustomizer(LOCALE));
H A DTestsKhmerKH.java32 private static final Locale LOCALE = new Locale("km", "KH"); field in class:TestsKhmerKH
33 private static final LayoutBase LAYOUT = new Khmer(new KhmerCustomizer(LOCALE));
H A DTestsLaoLA.java32 private static final Locale LOCALE = new Locale("lo", "LA"); field in class:TestsLaoLA
33 private static final LayoutBase LAYOUT = new Lao(new LaoCustomizer(LOCALE));
H A DTestsMalayMY.java32 private static final Locale LOCALE = new Locale("ms", "MY"); field in class:TestsMalayMY
33 private static final LayoutBase LAYOUT = new Qwerty(new LayoutCustomizer(LOCALE));
H A DTestsMalayalamIN.java32 private static final Locale LOCALE = new Locale("ml", "IN"); field in class:TestsMalayalamIN
33 private static final LayoutBase LAYOUT = new Malayalam(new MalayalamCustomizer(LOCALE));

Completed in 569 milliseconds

12345