HomeSort by relevance Sort by last modified time
    Searched refs:Locale (Results 1101 - 1125 of 1279) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp 88 // test(NumberFormat.getInstance(new Locale("sr", "", "")));
94 logln("Default Locale");
116 const Locale *loc = NumberFormat::getAvailableLocales(locCount);
thcoll.cpp 38 coll = Collator::createInstance(Locale("th", "TH", ""), status);
  /external/icu4c/i18n/
alphaindex.cpp 204 AlphabeticIndex::AlphabeticIndex(const Locale &locale, UErrorCode &status)
211 init(&locale, status);
247 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) {
248 addIndexExemplars(&locale, status);
712 void AlphabeticIndex::addIndexExemplars(const Locale *locale, UErrorCode &status) {
715 // take precedence over the single locale data exemplar set per language.
716 const char *language = locale == NULL ? NULL : locale->getLanguage()
    [all...]
gregoimp.cpp 169 // CalendarData::CalendarData(const Locale& loc, UErrorCode& status)
174 CalendarData::CalendarData(const Locale& loc, const char *type, UErrorCode& status)
179 void CalendarData::initData(const char *locale, const char *type, UErrorCode& status) {
180 fOtherFillin = ures_open(U_CALENDAR_DATA, locale, &status);
192 this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"",
200 this, locale, type, u_errorName(status), fBundle, U_GREGORIAN_KEY, fBundle?ures_getLocale(fBundle, &status):"" );
timezone.cpp 469 // Some of the locale/timezone OS functions may not be thread safe,
    [all...]
udatpg.cpp 30 udatpg_open(const char *locale, UErrorCode *pErrorCode) {
31 if(locale==NULL) {
34 return (UDateTimePatternGenerator *)DateTimePatternGenerator::createInstance(Locale(locale), *pErrorCode);
  /external/icu4c/test/intltest/
dadrfmt.cpp 76 * Headers { "locale", "zone", "spec", "date", "str"}
77 // locale: locale including calendar type
80 // date: either an unsigned long (millis), or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the locale
130 UnicodeString locale = currentCase->getString("locale", status); local
132 errln("case %d: No 'locale' line.", n);
158 // Process: 'locale'
159 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'
    [all...]
nmfmtrt.cpp 88 // test(NumberFormat.getInstance(new Locale("sr", "", "")));
94 logln("Default Locale");
116 const Locale *loc = NumberFormat::getAvailableLocales(locCount);
thcoll.cpp 39 coll = Collator::createInstance(Locale("th", "TH", ""), status);
  /external/smack/src/org/jivesoftware/smack/packet/
Packet.java 55 java.util.Locale.getDefault().getLanguage().toLowerCase();
  /frameworks/base/core/java/android/text/
TextUtils.java 59 import java.util.Locale;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 43 import java.util.Locale;
1811 Locale locale = context.getResources().getConfiguration().locale; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 45 import java.util.Locale;
103 // Request updates when locale is changed so that the order of each field will
104 // be able to be changed on the locale change.
FallbackSource.java 40 import java.util.Locale;
260 Locale.JAPANESE.getLanguage().equals(Locale.getDefault().getLanguage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 46 import com.android.ide.eclipse.adt.internal.editors.layout.configuration.Locale;
985 Locale locale = mConfiguration.getLocale(); local
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 32 import java.util.Locale;
103 // 3 - full locale string (optional)
120 Locale currentLocale = Locale.getDefault();
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 43 import java.util.Locale;
229 String.format((Locale) null, "0x%08x", (Integer) value));
232 generator.print(String.format((Locale) null, "0x%016x", (Long) value));
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 42 import java.util.Locale;
62 * two more, <code>LOCALIZED</code>, which changes with the system's current locale,
64 * to the current locale.
658 * <p>Sets the locale of the database to the the system's current locale.
676 * <p>Sets the locale of the database to the the system's current locale.
817 * <p>Sets the locale of the database to the the system's current locale.
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 38 import java.util.Locale;
50 private static final Locale ENGLISH_LOCALE = new Locale("en");
165 imi, context.getResources().getConfiguration().locale.getLanguage(),
263 final String systemLocale = res.getConfiguration().locale.toString();
283 final String locale = subtype.getLocale(); local
285 // When system locale starts with subtype's locale, that subtype will be applicable
286 // for system locale
287 // For instance, it's clearly applicable for cases like system locale = en_US an
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 32 import java.util.Locale;
336 String.format(Locale.US, "ROUTE_%08x", getRouteName(routeObj).hashCode());
341 String newId = String.format(Locale.US, "%s_%d", id, i);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 68 import java.util.Locale;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 50 import java.util.Locale;
277 final Locale locale = params.mId.mLocale; local
314 moreKeys[i], needsToUpperCase, locale, params.mCodesSet);
332 R.styleable.Keyboard_Key_keyLabel), needsToUpperCase, locale);
338 R.styleable.Keyboard_Key_keyHintLabel), needsToUpperCase, locale);
341 R.styleable.Keyboard_Key_keyOutputText), needsToUpperCase, locale);
355 // In some locale and case, the character might be represented by multiple code
368 mCode = KeySpecParser.toUpperCaseOfCodeForLocale(code, needsToUpperCase, locale);
373 needsToUpperCase, locale);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 49 import java.util.Locale;
252 horizontalType.name().toLowerCase(Locale.US),
253 verticalType.name().toLowerCase(Locale.US)));
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 58 class Locale; // unicode/locid.h
    [all...]
  /external/icu4c/common/unicode/
unistr.h 82 class Locale; // unicode/locid.h
    [all...]

Completed in 1526 milliseconds

<<41424344454647484950>>