Lines Matching refs:getEnglish
80 col = Collator::createInstance(Locale::getEnglish(), success); in TestProperty()
86 … StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); in TestProperty()
153 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name)); in TestProperty()
322 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
426 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
443 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
485 col = Collator::createInstance(Locale::getEnglish(), success); in TestCollationKey()
620 col = Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
777 colerror=Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
832 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); in TestOperators()
892 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); in TestDuplicate()
944 col = Collator::createInstance(Locale::getEnglish(), success); in TestCompare()
1066 Collator *col = Collator::createInstance(Locale::getEnglish(), status); in TestSortKey()
1221 LocalPointer<Collator> col(Collator::createInstance(Locale::getEnglish(), errorCode)); in TestSortKeyOverflow()