/external/icu4c/test/intltest/ |
D | alphaindextst.cpp | 85 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 111 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 128 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 182 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 210 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 258 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 287 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest() 561 index.addLabels(Locale::getEnglish(), status); in TestHaniFirst()
|
D | plurfmts.cpp | 254 pluralFmt.setLocale(Locale::getEnglish(), status); in pluralFormatUnitTest() 264 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status); in pluralFormatUnitTest() 520 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() 522 Locale::getEnglish(), status); in pluralFormatExtendedTest() 586 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest() 607 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode); in ordinalFormatTest()
|
D | apicoll.cpp | 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() [all …]
|
D | itformat.cpp | 85 Locale::setDefault( Locale::getEnglish(), status ); in runIndexedTest()
|
D | nmfmapts.cpp | 32 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest() 45 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
|
D | rbbiapts.cpp | 661 …or *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestRuleStatus() 699 BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRuleStatus() 997 if (avail[i] == Locale::getEnglish()) { in TestRegistration() 1103 …or *rb = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestCreateFromRBBIData() 1144 …or *bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRefreshInputText()
|
D | plurults.cpp | 99 LocalPointer<PluralRules> newEnPlural(test->forLocale(Locale::getEnglish(), status)); in testAPI() 216 LocalPointer<PluralRules> en(test->forLocale(Locale::getEnglish(), status)); in testAPI()
|
D | icusvtst.cpp | 720 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()
|
D | sdtfmtts.cpp | 30 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
|
D | tmsgfmt.cpp | 633 Locale::getEnglish(), in testApostropheInPluralAndSelect() 1015 msg.setLocale(Locale::getEnglish()); in testSetLocale() 1017 if (msg.getLocale() != Locale::getEnglish()) { in testSetLocale() 1845 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode); in TestTrimArgumentName() 1870 Locale::getEnglish(), errorCode); in TestSelectOrdinal()
|
D | tsdcfmsy.cpp | 45 DecimalFormatSymbols en(Locale::getEnglish(), status); in testSymbols()
|
D | dtptngts.cpp | 651 …imePatternGenerator *patGen=DateTimePatternGenerator::createInstance(Locale::getEnglish(), status); in testAPI() 663 DateFormat::kFull, Locale::getEnglish()); in testAPI()
|
D | tztest.cpp | 1388 zone->getDisplayName(Locale::getEnglish(), name); in TestDisplayName() 1432 Locale::getEnglish(), name); in TestDisplayName() 1467 name = zone2->getDisplayName(Locale::getEnglish(),name); in TestDisplayName() 1488 Locale::getEnglish(), status); in TestDisplayName() 1520 name = zone2->getDisplayName(Locale::getEnglish(),name); in TestDisplayName()
|
D | dtfmapts.cpp | 33 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
|
D | encoll.cpp | 21 myCollation = Collator::createInstance(Locale::getEnglish(), status); in CollationEnglishTest()
|
D | tsmthred.cpp | 740 Locale loc = Locale::getEnglish(); in run() 792 … LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status)); in run()
|
D | caltest.cpp | 492 cal = Calendar::createInstance(TimeZone::createDefault(), Locale::getEnglish(), status); in TestGenericAPI() 496 cal = Calendar::createInstance(*zone, Locale::getEnglish(), status); in TestGenericAPI() 504 gc = new GregorianCalendar(Locale::getEnglish(), status); in TestGenericAPI() 508 gc = new GregorianCalendar(Locale::getEnglish(), status); in TestGenericAPI() 511 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status); in TestGenericAPI() 530 GregorianCalendar gc2(Locale::getEnglish(), status); in TestGenericAPI()
|
D | uobjtest.cpp | 487 TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status)); in testIDs()
|
D | dcfmapts.cpp | 31 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
|
D | dtifmtts.cpp | 269 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status); in testAPI()
|
D | itrbnf.cpp | 400 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status); in TestFractionalRuleSet() 1914 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() 1920 DecimalFormatSymbols dfs(Locale::getEnglish(), status); in TestSetDecimalFormatSymbols()
|
/external/icu4c/tools/tzcode/ |
D | icuzdump.cpp | 46 …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/ |
D | brktrans.cpp | 163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status); in getBreakIterator()
|
/external/icu4c/common/unicode/ |
D | locid.h | 187 static const Locale &U_EXPORT2 getEnglish(void);
|
/external/icu4c/samples/ustring/ |
D | ustring.cpp | 372 const Locale &en=Locale::getEnglish(); in demoCaseMapInCPlusPlus()
|