Home
last modified time | relevance | path

Searched refs:theLocale (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java27 IndicInputMethod(Locale theLocale, IndicInputMethodImpl theImplementation) { in IndicInputMethod() argument
28 locale = theLocale; in IndicInputMethod()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h436 * @param theLocale the new locale value to be set.
439 virtual void setLocale(const Locale& theLocale);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h436 * @param theLocale the new locale value to be set.
439 virtual void setLocale(const Locale& theLocale);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h436 * @param theLocale the new locale value to be set.
439 virtual void setLocale(const Locale& theLocale);
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp293 static void formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale, in formatErrorMessage() argument
304 inCountry2.getDisplayCountry(theLocale,countryName2); in formatErrorMessage()
317 fmt->setLocale(theLocale); in formatErrorMessage()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java1866 private void initCapitalizationContextInfo(ULocale theLocale) { in initCapitalizationContextInfo() argument
1867 ICUResourceBundle rb = (ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, theLocale); in initCapitalizationContextInfo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedNumberFormat.java1827 private void initCapitalizationContextInfo(ULocale theLocale) { in initCapitalizationContextInfo() argument
1828 ICUResourceBundle rb = (ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, theLocale); in initCapitalizationContextInfo()
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp446 // Sets the locale of this MessageFormat object to theLocale.
449 MessageFormat::setLocale(const Locale& theLocale) in setLocale() argument
451 if (fLocale != theLocale) { in setLocale()
456 fLocale = theLocale; in setLocale()
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp446 // Sets the locale of this MessageFormat object to theLocale.
449 MessageFormat::setLocale(const Locale& theLocale) in setLocale() argument
451 if (fLocale != theLocale) { in setLocale()
456 fLocale = theLocale; in setLocale()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp446 // Sets the locale of this MessageFormat object to theLocale.
449 MessageFormat::setLocale(const Locale& theLocale) in setLocale() argument
451 if (fLocale != theLocale) { in setLocale()
456 fLocale = theLocale; in setLocale()

Completed in 23 milliseconds