Lines Matching refs:getEnglish
82 col = Collator::createInstance(Locale::getEnglish(), success); in TestProperty()
88 … StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); in TestProperty()
155 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name)); in TestProperty()
335 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
439 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
456 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
498 col = Collator::createInstance(Locale::getEnglish(), success); in TestCollationKey()
633 col = Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
790 colerror=Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
845 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); in TestOperators()
905 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); in TestDuplicate()
957 col = Collator::createInstance(Locale::getEnglish(), success); in TestCompare()
1082 Collator *col = Collator::createInstance(Locale::getEnglish(), status); in TestSortKey()
1237 LocalPointer<Collator> col(Collator::createInstance(Locale::getEnglish(), errorCode)); in TestSortKeyOverflow()