Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java33 static String fracRules = field in RbnfTest
178 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
179 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
758 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java32 static String fracRules = field in RbnfTest
177 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
178 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
757 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp419 UnicodeString fracRules( in TestFractionalRuleSet() local
451 int len = fracRules.length(); in TestFractionalRuleSet()
454 UChar ch = fracRules.charAt(i); in TestFractionalRuleSet()
461 fracRules.setCharAt(i, (UChar)0x200e); in TestFractionalRuleSet()
472 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status); in TestFractionalRuleSet()