Searched refs:getEnglish (Results 1 - 25 of 73) sorted by relevance

123

/external/chromium_org/third_party/icu/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp60 DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[j], Locale::getEnglish(),status);
131 DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[i],Locale::getEnglish(),dtitvinf,status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp85 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);
567 index.addLabels(Locale::getEnglish(), status);
H A Ditformat.cpp87 Locale::setDefault( Locale::getEnglish(), status );
H A Dplurfmts.cpp257 pluralFmt.setLocale(Locale::getEnglish(), status);
267 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status);
564 PluralFormat pf(Locale::getEnglish(), fmtString, status);
566 Locale::getEnglish(), status);
630 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode);
651 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode);
672 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode);
675 PluralFormat pf2(Locale::getEnglish(),
677 DecimalFormat df("0.0", new DecimalFormatSymbols(Locale::getEnglish(), errorCode), errorCode);
H A Ddtifmtts.cpp147 const Locale &enLocale = Locale::getEnglish();
168 LocalPointer<DateIntervalInfo> dii(new DateIntervalInfo(Locale::getEnglish(), status));
325 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status);
370 errln("ERROR: DateIntervalFormat::createInstance(\"MdHH\", Locale::getEnglish(), ...), status %s", u_errorName(status));
1192 const Locale &enLocale = Locale::getEnglish();
H A Dapicoll.cpp114 col = Collator::createInstance(Locale::getEnglish(), success);
120 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
187 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name));
377 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status);
481 col1 = Collator::createInstance(Locale::getEnglish(), success);
498 col3 = Collator::createInstance(Locale::getEnglish(), success);
540 col = Collator::createInstance(Locale::getEnglish(), success);
649 col = Collator::createInstance(Locale::getEnglish(), success);
806 colerror=Collator::createInstance(Locale::getEnglish(), success);
861 Collator *col3 = Collator::createInstance(Locale::getEnglish(), succes
[all...]
H A Dtmsgfmt.cpp634 Locale::getEnglish(),
1016 msg.setLocale(Locale::getEnglish());
1018 if (msg.getLocale() != Locale::getEnglish()) {
1846 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode);
1871 Locale::getEnglish(), errorCode);
1901 Locale::getEnglish(), errorCode);
1916 Locale::getEnglish(), errorCode);
1930 Locale::getEnglish(), errorCode);
1949 Locale::getEnglish(), errorCode);
H A Dnmfmapts.cpp32 Locale::setDefault(Locale::getEnglish(), status);
45 Locale::setDefault(Locale::getEnglish(), status);
H A Dsdtfmtts.cpp30 Locale::setDefault(Locale::getEnglish(), status);
/external/icu/icu4c/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp60 DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[j], Locale::getEnglish(),status);
123 DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[i],Locale::getEnglish(),dtitvinf,status);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp46 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/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp664 BreakIterator *bi = BreakIterator::createWordInstance(Locale::getEnglish(), status);
701 bi = BreakIterator::createLineInstance(Locale::getEnglish(), status);
999 if (avail[i] == Locale::getEnglish()) {
1105 RuleBasedBreakIterator *rb = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status);
1107 dataerrln("Unable to create BreakIterator::createWordInstance (Locale::getEnglish) - %s", u_errorName(status));
1146 RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::getEnglish(), status);
1240 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status));
1272 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status));
1300 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status));
1318 builder.adoptInstead(FilteredBreakIteratorBuilder::createInstance(Locale::getEnglish(), statu
[all...]
H A Ditformat.cpp89 Locale::setDefault( Locale::getEnglish(), status );
H A Dplurfmts.cpp257 pluralFmt.setLocale(Locale::getEnglish(), status);
267 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status);
564 PluralFormat pf(Locale::getEnglish(), fmtString, status);
566 Locale::getEnglish(), status);
630 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode);
651 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode);
672 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode);
675 PluralFormat pf2(Locale::getEnglish(),
677 DecimalFormat df("0.0", new DecimalFormatSymbols(Locale::getEnglish(), errorCode), errorCode);
H A Dalphaindextst.cpp86 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status);
113 index = new AlphabeticIndex(Locale::getEnglish(), status);
130 index = new AlphabeticIndex(Locale::getEnglish(), status);
184 index = new AlphabeticIndex(Locale::getEnglish(), status);
212 index = new AlphabeticIndex(Locale::getEnglish(), status);
260 index = new AlphabeticIndex(Locale::getEnglish(), status);
289 index = new AlphabeticIndex(Locale::getEnglish(), status);
569 index.addLabels(Locale::getEnglish(), status);
H A Ddtifmtts.cpp147 const Locale &enLocale = Locale::getEnglish();
168 LocalPointer<DateIntervalInfo> dii(new DateIntervalInfo(Locale::getEnglish(), status));
325 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status);
370 errln("ERROR: DateIntervalFormat::createInstance(\"MdHH\", Locale::getEnglish(), ...), status %s", u_errorName(status));
1192 const Locale &enLocale = Locale::getEnglish();
H A Dapicoll.cpp82 col = Collator::createInstance(Locale::getEnglish(), success);
88 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
155 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name));
335 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status);
439 col1 = Collator::createInstance(Locale::getEnglish(), success);
456 col3 = Collator::createInstance(Locale::getEnglish(), success);
498 col = Collator::createInstance(Locale::getEnglish(), success);
633 col = Collator::createInstance(Locale::getEnglish(), success);
790 colerror=Collator::createInstance(Locale::getEnglish(), success);
845 Collator *col3 = Collator::createInstance(Locale::getEnglish(), succes
[all...]
H A Dtmsgfmt.cpp634 Locale::getEnglish(),
1016 msg.setLocale(Locale::getEnglish());
1018 if (msg.getLocale() != Locale::getEnglish()) {
1846 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode);
1871 Locale::getEnglish(), errorCode);
1901 Locale::getEnglish(), errorCode);
1916 Locale::getEnglish(), errorCode);
1930 Locale::getEnglish(), errorCode);
1949 Locale::getEnglish(), errorCode);
H A Dnmfmapts.cpp32 Locale::setDefault(Locale::getEnglish(), status);
45 Locale::setDefault(Locale::getEnglish(), status);
H A Dsdtfmtts.cpp30 Locale::setDefault(Locale::getEnglish(), status);
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp46 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/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.cpp163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status);
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocid.h190 static const Locale &U_EXPORT2 getEnglish(void);
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h190 static const Locale &U_EXPORT2 getEnglish(void);

Completed in 4482 milliseconds

123