Home
last modified time | relevance | path

Searched refs:fracRules (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java35 static String fracRules = field in RbnfTest
180 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
181 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
760 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java38 static String fracRules = field in RbnfTest
183 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
184 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
763 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp423 UnicodeString fracRules( in TestFractionalRuleSet() local
455 int len = fracRules.length(); in TestFractionalRuleSet()
458 UChar ch = fracRules.charAt(i); in TestFractionalRuleSet()
465 fracRules.setCharAt(i, (UChar)0x200e); in TestFractionalRuleSet()
476 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status); in TestFractionalRuleSet()