Home
last modified time | relevance | path

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

123

/external/icu/icu4c/source/test/intltest/
Dplurfmts.cpp257 pluralFmt.setLocale(Locale::getEnglish(), status); in pluralFormatUnitTest()
267 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status); in pluralFormatUnitTest()
564 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest()
566 Locale::getEnglish(), status); in pluralFormatExtendedTest()
630 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest()
651 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode); in ordinalFormatTest()
672 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode); in TestDecimals()
675 PluralFormat pf2(Locale::getEnglish(), in TestDecimals()
677 DecimalFormat df("0.0", new DecimalFormatSymbols(Locale::getEnglish(), errorCode), errorCode); in TestDecimals()
Dalphaindextst.cpp86 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
113 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
130 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
184 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
212 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
260 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
289 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
569 index.addLabels(Locale::getEnglish(), status); in TestHaniFirst()
Drbbiapts.cpp664 BreakIterator *bi = BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestRuleStatus()
701 bi = BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRuleStatus()
999 if (avail[i] == Locale::getEnglish()) { in TestRegistration()
1105 …or *rb = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestCreateFromRBBIData()
1146 …or *bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRefreshInputText()
1240 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status)); in TestFilteredBreakIteratorBuilder()
1272 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status)); in TestFilteredBreakIteratorBuilder()
1300 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status)); in TestFilteredBreakIteratorBuilder()
1318 … builder.adoptInstead(FilteredBreakIteratorBuilder::createInstance(Locale::getEnglish(), status)); in TestFilteredBreakIteratorBuilder()
1322 baseBI.adoptInstead(BreakIterator::createSentenceInstance(Locale::getEnglish(), status)); in TestFilteredBreakIteratorBuilder()
[all …]
Ddtifmtts.cpp147 const Locale &enLocale = Locale::getEnglish(); in testAPI()
168 LocalPointer<DateIntervalInfo> dii(new DateIntervalInfo(Locale::getEnglish(), status)); in testAPI()
325 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status); in testAPI()
1192 const Locale &enLocale = Locale::getEnglish(); in testYearFormats()
Dtmsgfmt.cpp634 Locale::getEnglish(), in testApostropheInPluralAndSelect()
1016 msg.setLocale(Locale::getEnglish()); in testSetLocale()
1018 if (msg.getLocale() != Locale::getEnglish()) { in testSetLocale()
1846 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode); in TestTrimArgumentName()
1871 Locale::getEnglish(), errorCode); in TestSelectOrdinal()
1901 Locale::getEnglish(), errorCode); in TestDecimals()
1916 Locale::getEnglish(), errorCode); in TestDecimals()
1930 Locale::getEnglish(), errorCode); in TestDecimals()
1949 Locale::getEnglish(), errorCode); in TestDecimals()
Dapicoll.cpp82 col = Collator::createInstance(Locale::getEnglish(), success); in TestProperty()
88 … StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); in TestProperty()
155 logln(Collator::getDisplayName(Locale::getUS(), Locale::getEnglish(), name)); in TestProperty()
335 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
439 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
456 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
498 col = Collator::createInstance(Locale::getEnglish(), success); in TestCollationKey()
633 col = Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
790 colerror=Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
845 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); in TestOperators()
[all …]
Ditformat.cpp89 Locale::setDefault( Locale::getEnglish(), status ); in runIndexedTest()
Dnmfmapts.cpp32 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
45 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
/external/chromium_org/third_party/icu/source/test/intltest/
Dplurfmts.cpp257 pluralFmt.setLocale(Locale::getEnglish(), status); in pluralFormatUnitTest()
267 numFmt = NumberFormat::createInstance(Locale::getEnglish(), status); in pluralFormatUnitTest()
564 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest()
566 Locale::getEnglish(), status); in pluralFormatExtendedTest()
630 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); in ordinalFormatTest()
651 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode); in ordinalFormatTest()
672 PluralFormat pf(Locale::getEnglish(), "one{one meter}other{# meters}", errorCode); in TestDecimals()
675 PluralFormat pf2(Locale::getEnglish(), in TestDecimals()
677 DecimalFormat df("0.0", new DecimalFormatSymbols(Locale::getEnglish(), errorCode), errorCode); in TestDecimals()
Dalphaindextst.cpp85 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()
567 index.addLabels(Locale::getEnglish(), status); in TestHaniFirst()
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()
377 coll = (RuleBasedCollator *)Collator::createInstance(Locale::getEnglish(), status); in TestRules()
481 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
498 col3 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
540 col = Collator::createInstance(Locale::getEnglish(), success); in TestCollationKey()
649 col = Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
806 colerror=Collator::createInstance(Locale::getEnglish(), success); in TestElemIter()
861 Collator *col3 = Collator::createInstance(Locale::getEnglish(), success); in TestOperators()
[all …]
Ddtifmtts.cpp147 const Locale &enLocale = Locale::getEnglish(); in testAPI()
168 LocalPointer<DateIntervalInfo> dii(new DateIntervalInfo(Locale::getEnglish(), status)); in testAPI()
325 dtitvfmt = DateIntervalFormat::createInstance("MMMdHHmm", Locale::getEnglish(), status); in testAPI()
1192 const Locale &enLocale = Locale::getEnglish(); in testYearFormats()
Dtmsgfmt.cpp634 Locale::getEnglish(), in testApostropheInPluralAndSelect()
1016 msg.setLocale(Locale::getEnglish()); in testSetLocale()
1018 if (msg.getLocale() != Locale::getEnglish()) { in testSetLocale()
1846 MessageFormat m("a { 0 , number , '#,#'#.0 } z", Locale::getEnglish(), errorCode); in TestTrimArgumentName()
1871 Locale::getEnglish(), errorCode); in TestSelectOrdinal()
1901 Locale::getEnglish(), errorCode); in TestDecimals()
1916 Locale::getEnglish(), errorCode); in TestDecimals()
1930 Locale::getEnglish(), errorCode); in TestDecimals()
1949 Locale::getEnglish(), errorCode); in TestDecimals()
Ditformat.cpp87 Locale::setDefault( Locale::getEnglish(), status ); in runIndexedTest()
Dnmfmapts.cpp32 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
45 Locale::setDefault(Locale::getEnglish(), status); in runIndexedTest()
Drbbiapts.cpp661 BreakIterator *bi = BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestRuleStatus()
698 bi = BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRuleStatus()
996 if (avail[i] == Locale::getEnglish()) { in TestRegistration()
1102 …or *rb = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::getEnglish(), status); in TestCreateFromRBBIData()
1143 …or *bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::getEnglish(), status); in TestRefreshInputText()
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()
/external/chromium_org/third_party/icu/source/samples/dtitvfmtsample/
Ddtitvfmtsample.cpp60 …Format* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[j], Locale::getEnglish(),status); in dtitvfmtPreDefined()
131 …* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[i],Locale::getEnglish(),dtitvinf,statu… in dtitvfmtCustomized()
/external/icu/icu4c/source/samples/dtitvfmtsample/
Ddtitvfmtsample.cpp60 …Format* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[j], Locale::getEnglish(),status); in dtitvfmtPreDefined()
123 …* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[i],Locale::getEnglish(),dtitvinf,statu… in dtitvfmtCustomized()
/external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
Dbrktrans.cpp163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status); in getBreakIterator()
/external/icu/icu4c/source/i18n/
Dbrktrans.cpp163 bi = BreakIterator::createWordInstance(Locale::getEnglish(), status); in getBreakIterator()
/external/chromium_org/third_party/icu/source/common/unicode/
Dlocid.h190 static const Locale &U_EXPORT2 getEnglish(void);
/external/icu/icu4c/source/common/unicode/
Dlocid.h190 static const Locale &U_EXPORT2 getEnglish(void);

123