Searched defs:newLocale (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlocid.cpp683 Locale::setDefault( const Locale& newLocale, argument
693 const char *localeID = newLocale.getName();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java615 * @param newLocale the new default locale
618 * @throws NullPointerException if <code>newLocale</code> is null
624 public static synchronized void setDefault(ULocale newLocale){ argument
625 defaultLocale = newLocale.toLocale();
627 defaultULocale = newLocale;
630 setDefault(cat, newLocale);
695 * @param newLocale the new default locale
700 public static synchronized void setDefault(Category category, ULocale newLocale) { argument
701 Locale newJavaDefault = newLocale.toLocale();
703 defaultCategoryULocales[idx] = newLocale;
4186 setDefault(Category category, Locale newLocale) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp252 const Locale& newLocale,
254 : fLocale(newLocale),
274 const Locale& newLocale,
277 : fLocale(newLocale),
251 MessageFormat(const UnicodeString& pattern, const Locale& newLocale, UErrorCode& success) argument
273 MessageFormat(const UnicodeString& pattern, const Locale& newLocale, UParseError& parseError, UErrorCode& success) argument
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java586 * @param newLocale the new default locale
589 * @throws NullPointerException if <code>newLocale</code> is null
595 public static synchronized void setDefault(ULocale newLocale){ argument
596 defaultLocale = newLocale.toLocale();
598 defaultULocale = newLocale;
601 setDefault(cat, newLocale);
667 * @param newLocale the new default locale
672 public static synchronized void setDefault(Category category, ULocale newLocale) { argument
673 Locale newJavaDefault = newLocale.toLocale();
675 defaultCategoryULocales[idx] = newLocale;
3734 setDefault(Category category, Locale newLocale) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java662 * @param newLocale the new default locale
665 * @throws NullPointerException if <code>newLocale</code> is null
671 public static synchronized void setDefault(ULocale newLocale){ argument
672 defaultLocale = newLocale.toLocale();
674 defaultULocale = newLocale;
677 setDefault(cat, newLocale);
743 * @param newLocale the new default locale
748 public static synchronized void setDefault(Category category, ULocale newLocale) { argument
749 Locale newJavaDefault = newLocale.toLocale();
751 defaultCategoryULocales[idx] = newLocale;
4359 setDefault(Category category, Locale newLocale) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 129 milliseconds