Home
last modified time | relevance | path

Searched defs:rbnf (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java1281 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestEquals() local
1359 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRuleDisplayNameLocales() local
1375 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetNameListForLocale() local
1390 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRulesSetDisplayName() local
1517 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); in TestChineseProcess() local
1536 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDIN… in TestSetDecimalFormatSymbols() local
1588 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); in TestContext() local
1739 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testLargeNumbers() local
1773 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(numberPattern, ULocale.US); in testCompactDecimalFormatStyle() local
1805 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testRoundingUnrealNumbers() local
DRBNFParseTest.java109 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) { in parseFormat()
170 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.JAPAN, RuleBasedNumberFormat.SPELLOU… in TestBadParse() local
DRelativeDateTimeFormatterTest.java1112 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in TestRBNF() local
DNumberFormatTest.java1871 TestNumberingSystemItem(String loc, double val, boolean rbnf, String exp) { in TestNumberingSystems()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java1284 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestEquals() local
1362 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRuleDisplayNameLocales() local
1378 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetNameListForLocale() local
1393 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRulesSetDisplayName() local
1520 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); in TestChineseProcess() local
1539 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDIN… in TestSetDecimalFormatSymbols() local
1591 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); in TestContext() local
1742 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testLargeNumbers() local
1776 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(numberPattern, ULocale.US); in testCompactDecimalFormatStyle() local
1808 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testRoundingUnrealNumbers() local
DRBNFParseTest.java112 private void parseFormat(RuleBasedNumberFormat rbnf, String s, String target) { in parseFormat()
173 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.JAPAN, RuleBasedNumberFormat.SPELLOU… in TestBadParse() local
DRelativeDateTimeFormatterTest.java1115 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in TestRBNF() local
DNumberFormatTest.java1874 TestNumberingSystemItem(String loc, double val, boolean rbnf, String exp) { in TestNumberingSystems()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp1976 RuleBasedNumberFormat *rbnf = in TestMultiplierSubstitution() local
2000 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() local
2228 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getEnglish(), status); in TestLargeNumbers() local
2264 …RuleBasedNumberFormat rbnf(numberPattern, UnicodeString(), Locale::getEnglish(), parseError, statu… in TestCompactDecimalFormatStyle() local
2291 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure() local
2312 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, "en", status); in TestMinMaxIntegerDigitsIgnored() local
Dreldatefmttest.cpp1458 …LocalPointer<RuleBasedNumberFormat> rbnf(new RuleBasedNumberFormat(URBNF_SPELLOUT, "en-us", status… in TestRBNF() local
Dmeasfmttest.cpp2739 LocalPointer<RuleBasedNumberFormat> rbnf(new RuleBasedNumberFormat(URBNF_SPELLOUT, en, status)); in TestFormatPeriodEn() local
/external/icu/icu4c/source/i18n/
Dunum.cpp165 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_clone() local
672 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_getTextAttribute() local
735 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf); in unum_setTextAttribute() local
770 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_toPattern() local
Dnfrule.cpp111 const RuleBasedNumberFormat *rbnf, in makeRules()
Dsmpdtfmt.cpp2175 auto* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(currentNumberFormat); in zeroPaddingNumber() local
/external/cldr/tools/java/org/unicode/cldr/util/
DFactory.java91 main, supplemental, bcp47, casing, collation, dtd, rbnf, segments, transforms, other enumConstant
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2305 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2321 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2337 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java2233 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2249 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2265 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCLDRFile.java762 main, annotations, annotationsDerived, casing, collation, rbnf, segments, subdivisions enumConstant
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java62 main, supplemental, segments, rbnf, annotations, annotationsDerived enumConstant