Lines Matching refs:getEnglish
114 col = Collator::createInstance(Locale::getEnglish(), success); in TestProperty()
120 … StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); in TestProperty()
187 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name)); in TestProperty()
384 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
488 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
505 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
547 col = Collator::createInstance(Locale::getEnglish(), success); in TestCollationKey()
656 col = Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
813 colerror=Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
868 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); in TestOperators()
928 Collator *col1 = Collator::createInstance(Locale::getEnglish(), status); in TestDuplicate()
982 col = Collator::createInstance(Locale::getEnglish(), success); in TestCompare()
1104 Collator *col = Collator::createInstance(Locale::getEnglish(), status); in TestSortKey()
1259 LocalPointer<Collator> col(Collator::createInstance(Locale::getEnglish(), errorCode)); in TestSortKeyOverflow()