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

  /frameworks/base/core/java/android/provider/
UserDictionary.java 19 import java.util.Locale;
30 * frequency information and locale information.
78 * The locale that this word belongs to. Null if it pertains to all
79 * locales. Locale is as defined by the string returned by Locale.toString().
82 public static final String LOCALE = "locale";
90 /** The locale type to specify that the word is common to all locales. */
93 /** The locale type to specify that the word is for the current locale. *
120 String locale = null; local
    [all...]
  /external/chromium/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 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;
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 198 milliseconds