Home
last modified time | relevance | path

Searched refs:getEnglish (Results 1 – 25 of 35) sorted by relevance

12

/external/icu4c/test/intltest/
Dalphaindextst.cpp66 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
77 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
98 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
152 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
180 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
228 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
257 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
Dapicoll.cpp114 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()
[all …]
Dplurfmts.cpp255 pluralFmt.setLocale(Locale::getEnglish(), status); in pluralFormatUnitTest()
265 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status); in pluralFormatUnitTest()
521 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest()
523 Locale::getEnglish(), status); in pluralFormatExtendedTest()
Ditformat.cpp81 Locale::setDefault( Locale::getEnglish(), status ); in runIndexedTest()
Dnmfmapts.cpp32 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
45 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
Dplurults.cpp98 PluralRules* newEnPlural= test->forLocale(Locale::getEnglish(), status); in testAPI()
247 PluralRules *en = test->forLocale(Locale::getEnglish(), status); in testAPI()
Dicusvtst.cpp720 service.getDisplayName("en_US_SURFER_DUDE", name, Locale::getEnglish()); in testAPI_Two()
761 service.getDisplayName(actualID, displayName, Locale::getEnglish()); in testAPI_Two()
765 service.getDisplayName(id, displayName, Locale::getEnglish()); in testAPI_Two()
783 service.getDisplayName(actualID, displayName, Locale::getEnglish()); in testAPI_Two()
787 service.getDisplayName(id, displayName, Locale::getEnglish()); in testAPI_Two()
Drbbiapts.cpp657 …or *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestRuleStatus()
695 BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRuleStatus()
991 if (avail[i] == Locale::getEnglish()) { in TestRegistration()
1098 …or *rb = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestCreateFromRBBIData()
Dsdtfmtts.cpp30 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
Dtsdcfmsy.cpp45 DecimalFormatSymbols en(Locale::getEnglish(), status); in testSymbols()
Ddtptngts.cpp603 …imePatternGenerator *patGen=DateTimePatternGenerator::createInstance(Locale::getEnglish(), status); in testAPI()
615 DateFormat::kFull, Locale::getEnglish()); in testAPI()
Dtmsgfmt.cpp635 Locale::getEnglish(), in testApostropheInPluralAndSelect()
1017 msg.setLocale(Locale::getEnglish()); in testSetLocale()
1019 if (msg.getLocale() != Locale::getEnglish()) { in testSetLocale()
1802 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode); in TestTrimArgumentName()
Dtztest.cpp1413 zone->getDisplayName(Locale::getEnglish(), name); in TestDisplayName()
1457 Locale::getEnglish(), name); in TestDisplayName()
1492 name = zone2->getDisplayName(Locale::getEnglish(),name); in TestDisplayName()
1513 Locale::getEnglish(), status); in TestDisplayName()
1545 name = zone2->getDisplayName(Locale::getEnglish(),name); in TestDisplayName()
Dcaltest.cpp457 cal = Calendar::createInstance(TimeZone::createDefault(), Locale::getEnglish(), status); in TestGenericAPI()
461 cal = Calendar::createInstance(*zone, Locale::getEnglish(), status); in TestGenericAPI()
469 gc = new GregorianCalendar(Locale::getEnglish(), status); in TestGenericAPI()
473 gc = new GregorianCalendar(Locale::getEnglish(), status); in TestGenericAPI()
476 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status); in TestGenericAPI()
495 GregorianCalendar gc2(Locale::getEnglish(), status); in TestGenericAPI()
Dtsmthred.cpp589 Locale loc = Locale::getEnglish(); in run()
641 … LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status)); in run()
Ddtfmapts.cpp33 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
Dencoll.cpp21 myCollation = Collator::createInstance(Locale::getEnglish(), status); in CollationEnglishTest()
Ddtifmtts.cpp269 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status); in testAPI()
Duobjtest.cpp483 TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status)); in testIDs()
Ddcfmapts.cpp31 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
Dsrchtest.cpp84 Locale::getEnglish(), status); in StringSearchTest()
86 Locale::getEnglish(), status); in StringSearchTest()
708 result = new StringSearch(pattern, text, Locale::getEnglish(), NULL, status); in TestOpenClose()
715 result = new StringSearch(pattern, chariter, Locale::getEnglish(), NULL, status); in TestOpenClose()
/external/icu4c/tools/tzcode/
Dicuzdump.cpp46 …sdf = new SimpleDateFormat((UnicodeString)"yyyy-MM-dd EEE HH:mm:ss", Locale::getEnglish(), status); in DumpFormatter()
47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status); in DumpFormatter()
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status); in getCutOverTimes()
/external/icu4c/i18n/
Dbrktrans.cpp163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status); in getBreakIterator()
/external/icu4c/common/unicode/
Dlocid.h186 static const Locale &U_EXPORT2 getEnglish(void);
/external/icu4c/samples/ustring/
Dustring.cpp372 const Locale &en=Locale::getEnglish(); in demoCaseMapInCPlusPlus()

12