Searched refs:fracRules (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RbnfTest.java | 41 static String fracRules = field in RbnfTest 185 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage() 186 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage() 752 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RbnfTest.java | 45 static String fracRules = field in RbnfTest 189 RuleBasedNumberFormat fmt4 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage() 190 RuleBasedNumberFormat fmt5 = new RuleBasedNumberFormat(fracRules, Locale.ENGLISH); in TestCoverage() 756 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(fracRules, in TestFractionalRuleSet()
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 416 UnicodeString fracRules( in TestFractionalRuleSet() local 448 int len = fracRules.length(); in TestFractionalRuleSet() 451 UChar ch = fracRules.charAt(i); in TestFractionalRuleSet() 458 fracRules.setCharAt(i, (UChar)0x200e); in TestFractionalRuleSet() 469 RuleBasedNumberFormat formatter(fracRules, Locale::getEnglish(), perror, status); in TestFractionalRuleSet()
|