Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRbnfTest.java1048 String[] ruleSetNames = formatter.getRuleSetNames(); in TestRuleSetDisplayName() local
1049 for (int i=0; i<ruleSetNames.length; i++) { in TestRuleSetDisplayName()
1050 logln("Rule set name: " + ruleSetNames[i]); in TestRuleSetDisplayName()
1051 String RSName_defLoc = formatter.getRuleSetDisplayName(ruleSetNames[i]); in TestRuleSetDisplayName()
1053 String RSName_loc = formatter.getRuleSetDisplayName(ruleSetNames[i], ULocale.CHINA); in TestRuleSetDisplayName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRbnfTest.java1047 String[] ruleSetNames = formatter.getRuleSetNames(); in TestRuleSetDisplayName() local
1048 for (int i=0; i<ruleSetNames.length; i++) { in TestRuleSetDisplayName()
1049 logln("Rule set name: " + ruleSetNames[i]); in TestRuleSetDisplayName()
1050 String RSName_defLoc = formatter.getRuleSetDisplayName(ruleSetNames[i]); in TestRuleSetDisplayName()
1052 String RSName_loc = formatter.getRuleSetDisplayName(ruleSetNames[i], ULocale.CHINA); in TestRuleSetDisplayName()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java418 String[] ruleSetNames = spelloutFormatter.getRuleSetNames(); in populateRuleSetMenu() local
422 for (int i = 0; i < ruleSetNames.length; i++) in populateRuleSetMenu()
423 ruleSetMenu.addItem(ruleSetNames[i]); in populateRuleSetMenu()
428 ruleSetName = ruleSetNames[0]; in populateRuleSetMenu()