Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DRbnfTest.java1369 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestEquals() local
1447 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRuleDisplayNameLocales() local
1463 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetNameListForLocale() local
1478 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRulesSetDisplayName() local
1605 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); in TestChineseProcess() local
1624 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDIN… in TestSetDecimalFormatSymbols() local
1676 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); in TestContext() local
1827 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testLargeNumbers() local
1861 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(numberPattern, ULocale.US); in testCompactDecimalFormatStyle() local
1893 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testRoundingUnrealNumbers() local
[all …]
H A DNumberFormatTest.java1871 TestNumberingSystemItem(String loc, double val, boolean rbnf, String exp) { in TestNumberingSystems()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DRbnfTest.java1372 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestEquals() local
1450 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRuleDisplayNameLocales() local
1466 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetNameListForLocale() local
1481 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat("dummy"); in TestGetRulesSetDisplayName() local
1608 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ruleWithChinese, ULocale.CHINESE); in TestChineseProcess() local
1627 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(Locale.ENGLISH, RuleBasedNumberFormat.ORDIN… in TestSetDecimalFormatSymbols() local
1679 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(locale, item.format); in TestContext() local
1830 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testLargeNumbers() local
1864 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(numberPattern, ULocale.US); in testCompactDecimalFormatStyle() local
1896 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in testRoundingUnrealNumbers() local
[all …]
H A 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
H A DRelativeDateTimeFormatterTest.java1115 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in TestRBNF() local
H A DNumberFormatTest.java1874 TestNumberingSystemItem(String loc, double val, boolean rbnf, String exp) { in TestNumberingSystems()
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp2017 RuleBasedNumberFormat *rbnf = in TestMultiplierSubstitution() local
2041 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() local
2269 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getEnglish(), status); in TestLargeNumbers() local
2305 …RuleBasedNumberFormat rbnf(numberPattern, UnicodeString(), Locale::getEnglish(), parseError, statu… in TestCompactDecimalFormatStyle() local
2332 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure() local
2353 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, "en", status); in TestMinMaxIntegerDigitsIgnored() local
2503 RuleBasedNumberFormat rbnf(URBNF_NUMBERING_SYSTEM, Locale::getUS(), err); in TestNumberingSystem() local
H A Dreldatefmttest.cpp1517 …LocalPointer<RuleBasedNumberFormat> rbnf(new RuleBasedNumberFormat(URBNF_SPELLOUT, "en-us", status… in TestRBNF() local
H A Dmeasfmttest.cpp4674 LocalPointer<RuleBasedNumberFormat> rbnf(new RuleBasedNumberFormat(URBNF_SPELLOUT, en, status)); in TestFormatPeriodEn() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp2110 RuleBasedNumberFormat *rbnf = in TestMultiplierSubstitution() local
2134 RuleBasedNumberFormat rbnf(URBNF_ORDINAL, Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() local
2362 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getEnglish(), status); in TestLargeNumbers() local
2398 …RuleBasedNumberFormat rbnf(numberPattern, UnicodeString(), Locale::getEnglish(), parseError, statu… in TestCompactDecimalFormatStyle() local
2425 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, Locale::getJapanese(), status); in TestParseFailure() local
2446 RuleBasedNumberFormat rbnf(URBNF_SPELLOUT, "en", status); in TestMinMaxIntegerDigitsIgnored() local
2596 RuleBasedNumberFormat rbnf(URBNF_NUMBERING_SYSTEM, Locale::getUS(), err); in TestNumberingSystem() local
H A Dreldatefmttest.cpp1518 …LocalPointer<RuleBasedNumberFormat> rbnf(new RuleBasedNumberFormat(URBNF_SPELLOUT, "en-us", status… in TestRBNF() local
H A Dmeasfmttest.cpp4675 LocalPointer<RuleBasedNumberFormat> rbnf(new RuleBasedNumberFormat(URBNF_SPELLOUT, en, status)); in TestFormatPeriodEn() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A 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
H A DRelativeDateTimeFormatterTest.java1112 …RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ULocale.US, RuleBasedNumberFormat.SPELLOUT); in TestRBNF() local
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dunum.cpp178 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_clone() local
676 const RuleBasedNumberFormat* rbnf = nullptr; // cast is below for performance in unum_getTextAttribute() local
773 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf); in unum_setTextAttribute() local
802 const RuleBasedNumberFormat* rbnf = nullptr; // cast is below for performance in unum_toPattern() local
H A Dnfrule.cpp111 const RuleBasedNumberFormat *rbnf, in makeRules()
H A Dsmpdtfmt.cpp2174 auto* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(currentNumberFormat); in zeroPaddingNumber() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dunum.cpp178 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf); in unum_clone() local
676 const RuleBasedNumberFormat* rbnf = nullptr; // cast is below for performance in unum_getTextAttribute() local
773 RuleBasedNumberFormat* rbnf = dynamic_cast<RuleBasedNumberFormat*>(nf); in unum_setTextAttribute() local
802 const RuleBasedNumberFormat* rbnf = nullptr; // cast is below for performance in unum_toPattern() local
H A Dnfrule.cpp111 const RuleBasedNumberFormat *rbnf, in makeRules()
H A Dsmpdtfmt.cpp2181 const auto* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(currentNumberFormat); in zeroPaddingNumber() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java2238 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2254 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2270 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DMessageFormat.java2310 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2326 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
2342 RuleBasedNumberFormat rbnf = new RuleBasedNumberFormat(ulocale, in createAppropriateFormat() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DFactory.java111 rbnf, enumConstant
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestCLDRFile.java850 rbnf, enumConstant
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
H A DLdml2JsonConverter.java98 rbnf(false, true), enumConstant

123