D | RbnfMapperTest.java | 6 import static org.unicode.icu.tool.cldrtoicu.mapper.RbnfMapperTest.Access.PUBLIC; 30 PUBLIC, PRIVATE; enumConstant 77 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "-x", "one;", ++idx), in testMultipleRulesets() 78 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "Inf", "two;", ++idx), in testMultipleRulesets() 79 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "-x", "five;", ++idx), in testMultipleRulesets() 80 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "Inf", "six;", ++idx), in testMultipleRulesets() 81 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "NaN", "three;", ++idx), in testMultipleRulesets() 82 rbnfRule(SPELLOUT_RULES, "first-set", PUBLIC, "0", "four;", ++idx), in testMultipleRulesets() 83 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "NaN", "seven;", ++idx), in testMultipleRulesets() 84 rbnfRule(SPELLOUT_RULES, "second-set", PUBLIC, "0", "eight;", ++idx)); in testMultipleRulesets() [all …]
|