HomeSort by relevance Sort by last modified time
    Searched defs:LOCALE (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/util/
LayoutDirection.java 22 * language script of a locale.
45 * Horizontal layout direction is deduced from the default language script for the locale.
47 public static final int LOCALE = 3;
  /frameworks/base/core/java/android/provider/
UserDictionary.java 19 import java.util.Locale;
30 * frequency information and locale information.
81 * The locale that this word belongs to. Null if it pertains to all
82 * locales. Locale is as defined by the string returned by Locale.toString().
85 public static final String LOCALE = "locale";
100 * @deprecated Use {@link #addWord(Context, String, int, String, Locale)}.
106 * @deprecated Use {@link #addWord(Context, String, int, String, Locale)}.
117 * specified locale type
136 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;
246 * Algorithm that uses the Locale direction to force the direction of a paragraph.
256 final int dir = TextUtils.getLayoutDirectionFromLocale(java.util.Locale.getDefault());
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 66 * Force the paragraph direction to the Locale direction. Falls back to left to right.
68 public static final android.support.v4.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/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 40 "\t-L or --locale Locale for the test\n";
56 LOCALE,
74 UOPTION_DEF( "locale", 'L', UOPT_REQUIRES_ARG)
86 locale(NULL) {
102 locale(NULL) {
179 if(options[LOCALE].doesOccur) {
180 locale = options[LOCALE].value;
  /external/icu4c/tools/ctestfw/
uperf.cpp 44 "\t-L or --locale Locale for the test\n";
60 LOCALE,
78 UOPTION_DEF( "locale", 'L', UOPT_REQUIRES_ARG)
90 locale(NULL) {
106 locale(NULL) {
183 if(options[LOCALE].doesOccur) {
184 locale = options[LOCALE].value;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 89 import java.util.Locale;
3151 final Locale locale = Locale.getDefault(); local
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 97 milliseconds

1 2