Searched defs:theLocale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp442 // Sets the locale of this MessageFormat object to theLocale.
445 MessageFormat::setLocale(const Locale& theLocale) argument
447 if (fLocale != theLocale) {
452 fLocale = theLocale;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp648 static void formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale, argument
658 inCountry2.getDisplayCountry(theLocale,countryName2);
668 fmt->setLocale(theLocale);
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp442 // Sets the locale of this MessageFormat object to theLocale.
445 MessageFormat::setLocale(const Locale& theLocale) argument
447 if (fLocale != theLocale) {
452 fLocale = theLocale;
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp653 static void formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale, argument
663 inCountry2.getDisplayCountry(theLocale,countryName2);
673 fmt->setLocale(theLocale);

Completed in 202 milliseconds