Searched refs:theLocale (Results 1 – 6 of 6) sorted by relevance
27 IndicInputMethod(Locale theLocale, IndicInputMethodImpl theImplementation) { in IndicInputMethod() argument28 locale = theLocale; in IndicInputMethod()
450 …d formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale, in formatErrorMessage() argument460 inCountry2.getDisplayCountry(theLocale,countryName2); in formatErrorMessage()470 fmt->setLocale(theLocale); in formatErrorMessage()
419 virtual void setLocale(const Locale& theLocale);
1831 private void initCapitalizationContextInfo(ULocale theLocale) { in initCapitalizationContextInfo() argument1832 …undle rb = (ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, theLocale); in initCapitalizationContextInfo()
1869 private void initCapitalizationContextInfo(ULocale theLocale) { in initCapitalizationContextInfo() argument1870 …undle rb = (ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, theLocale); in initCapitalizationContextInfo()
448 MessageFormat::setLocale(const Locale& theLocale) in setLocale() argument450 if (fLocale != theLocale) { in setLocale()455 fLocale = theLocale; in setLocale()