Lines Matching refs:getEnglish
83 col = Collator::createInstance(Locale::getEnglish(), success); in TestProperty()
149 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name)); in TestProperty()
230 LocalPointer<Collator> col(Collator::createInstance(Locale::getEnglish(), errorCode)); in TestKeywordValues()
236 col->getKeywordValuesForLocale("collation", Locale::getEnglish(), TRUE, errorCode)); in TestKeywordValues()
341 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
445 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
462 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
504 col = Collator::createInstance(Locale::getEnglish(), success); in TestCollationKey()
639 col = Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
796 colerror=Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
851 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); in TestOperators()
911 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); in TestDuplicate()
963 col = Collator::createInstance(Locale::getEnglish(), success); in TestCompare()
1085 Collator *col = Collator::createInstance(Locale::getEnglish(), status); in TestSortKey()
1240 LocalPointer<Collator> col(Collator::createInstance(Locale::getEnglish(), errorCode)); in TestSortKeyOverflow()