HomeSort by relevance Sort by last modified time
    Searched refs:getEnglish (Results 1 - 25 of 35) sorted by null

1 2

  /external/icu4c/test/intltest/
alphaindextst.cpp 66 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status);
77 index = new AlphabeticIndex(Locale::getEnglish(), status);
98 index = new AlphabeticIndex(Locale::getEnglish(), status);
152 index = new AlphabeticIndex(Locale::getEnglish(), status);
180 index = new AlphabeticIndex(Locale::getEnglish(), status);
228 index = new AlphabeticIndex(Locale::getEnglish(), status);
257 index = new AlphabeticIndex(Locale::getEnglish(), status);
itformat.cpp 81 Locale::setDefault( Locale::getEnglish(), status );
plurfmts.cpp 255 pluralFmt.setLocale(Locale::getEnglish(), status);
265 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status);
521 PluralFormat pf(Locale::getEnglish(), fmtString, status);
523 Locale::getEnglish(), status);
apicoll.cpp 114 col = Collator::createInstance(Locale::getEnglish(), success);
120 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
187 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name));
384 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status);
488 col1 = Collator::createInstance(Locale::getEnglish(), success);
505 col3 = Collator::createInstance(Locale::getEnglish(), success);
547 col = Collator::createInstance(Locale::getEnglish(), success);
656 col = Collator::createInstance(Locale::getEnglish(), success);
813 colerror=Collator::createInstance(Locale::getEnglish(), success);
    [all...]
nmfmapts.cpp 32 Locale::setDefault(Locale::getEnglish(), status);
45 Locale::setDefault(Locale::getEnglish(), status);
plurults.cpp 98 PluralRules* newEnPlural= test->forLocale(Locale::getEnglish(), status);
247 PluralRules *en = test->forLocale(Locale::getEnglish(), status);
rbbiapts.cpp 657 RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status);
695 BreakIterator::createLineInstance(Locale::getEnglish(), status);
    [all...]
sdtfmtts.cpp 30 Locale::setDefault(Locale::getEnglish(), status);
tsdcfmsy.cpp 45 DecimalFormatSymbols en(Locale::getEnglish(), status);
icusvtst.cpp 720 service.getDisplayName("en_US_SURFER_DUDE", name, Locale::getEnglish());
761 service.getDisplayName(actualID, displayName, Locale::getEnglish());
765 service.getDisplayName(id, displayName, Locale::getEnglish());
783 service.getDisplayName(actualID, displayName, Locale::getEnglish());
787 service.getDisplayName(id, displayName, Locale::getEnglish());
    [all...]
dtptngts.cpp 603 DateTimePatternGenerator *patGen=DateTimePatternGenerator::createInstance(Locale::getEnglish(), status);
615 DateFormat::kFull, Locale::getEnglish());
    [all...]
dtfmapts.cpp 33 Locale::setDefault(Locale::getEnglish(), status);
tztest.cpp     [all...]
caltest.cpp 457 cal = Calendar::createInstance(TimeZone::createDefault(), Locale::getEnglish(), status);
461 cal = Calendar::createInstance(*zone, Locale::getEnglish(), status);
469 gc = new GregorianCalendar(Locale::getEnglish(), status);
473 gc = new GregorianCalendar(Locale::getEnglish(), status);
476 gc = new GregorianCalendar(*zone, Locale::getEnglish(), status);
495 GregorianCalendar gc2(Locale::getEnglish(), status);
    [all...]
dcfmapts.cpp 31 Locale::setDefault(Locale::getEnglish(), status);
dtifmtts.cpp 269 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status);
314 errln("ERROR: DateIntervalFormat::createInstance(\"MdHH\", Locale::getEnglish(), ...), status %s", u_errorName(status));
    [all...]
tmsgfmt.cpp 635 Locale::getEnglish(),
    [all...]
uobjtest.cpp 483 TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status));
tsmthred.cpp 589 Locale loc = Locale::getEnglish();
641 LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status));
    [all...]
encoll.cpp 21 myCollation = Collator::createInstance(Locale::getEnglish(), status);
srchtest.cpp 84 Locale::getEnglish(), status);
86 Locale::getEnglish(), status);
708 result = new StringSearch(pattern, text, Locale::getEnglish(), NULL, status);
715 result = new StringSearch(pattern, chariter, Locale::getEnglish(), NULL, status);
    [all...]
  /external/icu4c/tools/tzcode/
icuzdump.cpp 46 sdf = new SimpleDateFormat((UnicodeString)"yyyy-MM-dd EEE HH:mm:ss", Locale::getEnglish(), status);
47 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getEnglish(), status);
191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status);
  /external/icu4c/i18n/
brktrans.cpp 163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status);
  /external/icu4c/common/unicode/
locid.h 186 static const Locale &U_EXPORT2 getEnglish(void);
  /external/icu4c/samples/ustring/
ustring.cpp 372 const Locale &en=Locale::getEnglish();

Completed in 456 milliseconds

1 2