Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java40 static String fracRules = field in RbnfTest
184 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
185 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage()
742 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp392 UnicodeString fracRules( in TestFractionalRuleSet() local
424 int len = fracRules.length(); in TestFractionalRuleSet()
427 UChar ch = fracRules.charAt(i); in TestFractionalRuleSet()
434 fracRules.setCharAt(i, (UChar)0x200e); in TestFractionalRuleSet()
445 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status); in TestFractionalRuleSet()