Lines Matching full:getlocale
232 if (frCol->getLocale(ULOC_ACTUAL_LOCALE, success) != Locale::getCanadaFrench()) {
1622 Locale locale = coll->getLocale(ULOC_ACTUAL_LOCALE, status);
1624 errln("Collator::createInstance(\"root\").getLocale(actual) != Locale::getRoot(); "
1625 "getLocale().getName() = \"%s\"",
1635 locale = coll->getLocale(ULOC_ACTUAL_LOCALE, status);
1637 errln("Collator::createInstance(\"\").getLocale(actual) != Locale::getRoot(); "
1638 "getLocale().getName() = \"%s\"",
1676 locale = coll->getLocale(ULOC_REQUESTED_LOCALE, status);
1682 locale = coll->getLocale(ULOC_VALID_LOCALE, status);
1687 locale = coll->getLocale(ULOC_ACTUAL_LOCALE, status);
1698 Locale actual2 = coll2->getLocale(ULOC_ACTUAL_LOCALE, status);
1720 if(coll->getLocale(ULOC_VALID_LOCALE, status) !=
1721 defaultColl->getLocale(ULOC_VALID_LOCALE, status)) {
1725 if(coll->getLocale(ULOC_ACTUAL_LOCALE, status) !=
1726 defaultColl->getLocale(ULOC_ACTUAL_LOCALE, status)) {
1738 locale = coll->getLocale(ULOC_REQUESTED_LOCALE, status);
1742 locale = coll->getLocale(ULOC_VALID_LOCALE, status);
1746 locale = coll->getLocale(ULOC_ACTUAL_LOCALE, status);
2011 virtual Locale getLocale(ULocDataLocaleType type, UErrorCode& status) const;
2136 Locale TestCollator::getLocale(ULocDataLocaleType type, UErrorCode& status) const