HomeSort by relevance Sort by last modified time
    Searched defs:LOCALE (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsSerbianLatinQwerty.java 27 import java.util.Locale;
34 private static final Locale LOCALE = new Locale("sr", "ZZ");
35 private static final LayoutBase LAYOUT = new Qwerty(new SerbianLatinQwertyCustomizer(LOCALE));
41 SerbianLatinQwertyCustomizer(final Locale locale) { super(locale); }
TestsUkrainian.java 29 import java.util.Locale;
36 private static final Locale LOCALE = new Locale("uk");
37 private static final LayoutBase LAYOUT = new EastSlavic(new UkrainianCustomizer(LOCALE));
43 UkrainianCustomizer(final Locale locale) { super(locale); }
TestsSwedishPcQwerty.java 29 import java.util.Locale;
36 private static final Locale LOCALE = new Locale("sv");
37 private static final LayoutBase LAYOUT = new PcQwerty(new SwedishPcQwertyCustomizer(LOCALE));
45 SwedishPcQwertyCustomizer(final Locale locale) {
46 super(locale);
47 mPcQwertyCustomizer = new PcQwertyCustomizer(locale);
  /cts/tests/tests/media/src/android/media/cts/
AudioPresentationTest.java 25 import java.util.Locale;
35 final Map<Locale, String> LABELS = generateLabels();
36 final Locale LOCALE = Locale.US;
46 LOCALE.toString(),
55 assertEquals(LOCALE.toString().toLowerCase(),
63 private static Map<Locale, String> generateLabels() {
64 Map<Locale, String> result = new HashMap<Locale, String>()
    [all...]
  /frameworks/base/core/java/android/provider/
UserDictionary.java 19 import java.util.Locale;
30 * frequency information and locale information.
84 * The locale that this word belongs to. Null if it pertains to all
85 * locales. Locale is as defined by the string returned by Locale.toString().
88 public static final String LOCALE = "locale";
103 * @deprecated Use {@link #addWord(Context, String, int, String, Locale)}.
109 * @deprecated Use {@link #addWord(Context, String, int, String, Locale)}.
120 * specified locale type
139 final Locale locale; local
    [all...]
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 73 * Force the paragraph direction to the Locale direction. Falls back to left to right.
75 public static final TextDirectionHeuristic LOCALE = TextDirectionHeuristicLocale.INSTANCE;
286 * Algorithm that uses the Locale direction to force the direction of a paragraph.
296 final int dir = TextUtils.getLayoutDirectionFromLocale(java.util.Locale.getDefault());
  /frameworks/support/compat/src/main/java/androidx/core/text/
TextDirectionHeuristicsCompat.java 66 * Force the paragraph direction to the Locale direction. Falls back to left to right.
68 public static final androidx.core.text.TextDirectionHeuristicCompat LOCALE =
240 * Algorithm that uses the Locale direction to force the direction of a paragraph.
250 final int dir = TextUtilsCompat.getLayoutDirectionFromLocale(java.util.Locale.getDefault());
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 46 "\t-L or --locale Locale for the test\n";
62 LOCALE,
80 UOPTION_DEF( "locale", 'L', UOPT_REQUIRES_ARG)
92 locale(NULL) {
108 locale(NULL) {
185 if(options[LOCALE].doesOccur) {
186 locale = options[LOCALE].value;
  /external/python/cpython3/Lib/
re.py 82 With LOCALE, it will match the set [0-9_] plus characters defined
83 as letters for the current locale.
108 L LOCALE Make \w, \W, \b, \B, dependent on the current locale.
136 "ASCII", "IGNORECASE", "LOCALE", "MULTILINE", "DOTALL", "VERBOSE",
143 ASCII = sre_compile.SRE_FLAG_ASCII # assume ascii "locale"
145 LOCALE = sre_compile.SRE_FLAG_LOCALE # assume current 8-bit locale
146 UNICODE = sre_compile.SRE_FLAG_UNICODE # assume unicode "locale"
152 L = LOCALE
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
JapaneseChronology.java 87 import java.util.Locale;
129 // Android-changed: don't use locale to create japanese imperial calendar, as it's not generally
131 // Locale for creating a JapaneseImpericalCalendar.
132 private static final Locale LOCALE = Locale.forLanguageTag("ja-JP-u-ca-japanese");
135 return Calendar.getJapaneseImperialInstance(TimeZone.getDefault(), LOCALE);
174 * <em>Unicode Locale Data Markup Language (LDML)</em> specification.
176 * It can also be used as part of a locale, accessible via
177 * {@link Locale#getUnicodeLocaleType(String)} with the key 'ca'
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/indexing/
IndexDataTest.java 41 private static final String LOCALE = "en_US";
78 assertThat(row.locale).isEqualTo(LOCALE);
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 52 String LOCALE = "locale";
87 IndexColumns.LOCALE +
264 static void setLocaleIndexed(Context context, String locale) {
267 .putBoolean(locale, true)
278 static boolean isLocaleAlreadyIndexed(Context context, String locale) {
280 .getBoolean(locale, false);
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 79 final String LOCALE = "test";
85 testOptions.mAttributes.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, LOCALE);
117 assertEquals("Wrong locale attribute", LOCALE, resultDict.mOptions.mAttributes.get(
162 options.put("locale", "en_US");
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 24 import java.util.Locale;
94 protected Locale locale; field in class:PerfTest
341 static final int LOCALE = 12;
364 UOption.DEF("locale", 'L', UOption.REQUIRES_ARG),
459 locale = null;
525 if (options[LOCALE].doesOccur) locale = LocaleUtility.getLocaleFromName(options[LOCALE].value);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 111 import java.util.Locale;
361 String LOCALE = "locale";
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
gson-2.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/
gson-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
gson-2.8.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 

Completed in 439 milliseconds

1 2 3 45 6 7 8