Searched refs:theLocale (Results 1 – 7 of 7) sorted by relevance
27 IndicInputMethod(Locale theLocale, IndicInputMethodImpl theImplementation) { in IndicInputMethod() argument28 locale = theLocale; in IndicInputMethod()
292 …d formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale, in formatErrorMessage() argument303 inCountry2.getDisplayCountry(theLocale,countryName2); in formatErrorMessage()316 fmt->setLocale(theLocale); in formatErrorMessage()
439 virtual void setLocale(const Locale& theLocale);
1827 private void initCapitalizationContextInfo(ULocale theLocale) { in initCapitalizationContextInfo() argument1828 …undle rb = (ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, theLocale); in initCapitalizationContextInfo()
1866 private void initCapitalizationContextInfo(ULocale theLocale) { in initCapitalizationContextInfo() argument1867 …undle rb = (ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, theLocale); in initCapitalizationContextInfo()
449 MessageFormat::setLocale(const Locale& theLocale) in setLocale() argument451 if (fLocale != theLocale) { in setLocale()456 fLocale = theLocale; in setLocale()