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 85 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status);
111 index = new AlphabeticIndex(Locale::getEnglish(), status);
128 index = new AlphabeticIndex(Locale::getEnglish(), status);
182 index = new AlphabeticIndex(Locale::getEnglish(), status);
210 index = new AlphabeticIndex(Locale::getEnglish(), status);
258 index = new AlphabeticIndex(Locale::getEnglish(), status);
287 index = new AlphabeticIndex(Locale::getEnglish(), status);
561 index.addLabels(Locale::getEnglish(), status);
plurfmts.cpp 254 pluralFmt.setLocale(Locale::getEnglish(), status);
264 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status);
520 PluralFormat pf(Locale::getEnglish(), fmtString, status);
522 Locale::getEnglish(), status);
586 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode);
607 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode);
itformat.cpp 85 Locale::setDefault( 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 99 LocalPointer<PluralRules> newEnPlural(test->forLocale(Locale::getEnglish(), status));
216 LocalPointer<PluralRules> en(test->forLocale(Locale::getEnglish(), status));
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...]
rbbiapts.cpp 661 RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status);
699 BreakIterator::createLineInstance(Locale::getEnglish(), status);
    [all...]
dtptngts.cpp     [all...]
dtfmapts.cpp 33 Locale::setDefault(Locale::getEnglish(), status);
tmsgfmt.cpp 633 Locale::getEnglish(),
    [all...]
tztest.cpp     [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...]
uobjtest.cpp 487 TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status));
tsmthred.cpp 740 Locale loc = Locale::getEnglish();
792 LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status));
    [all...]
itrbnf.cpp 400 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status);
    [all...]
encoll.cpp 21 myCollation = Collator::createInstance(Locale::getEnglish(), status);
  /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 187 static const Locale &U_EXPORT2 getEnglish(void);
  /external/icu4c/samples/ustring/
ustring.cpp 372 const Locale &en=Locale::getEnglish();
  /external/icu4c/common/
locid.cpp 699 Locale::getEnglish(void)

Completed in 1274 milliseconds

1 2