HomeSort by relevance Sort by last modified time
    Searched refs:RbnfSampleRuleSets (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 83 commentaryField.setText(RbnfSampleRuleSets.sampleRuleSetCommentary[0]);
87 spelloutFormatter = new RuleBasedNumberFormat(RbnfSampleRuleSets.usEnglish, Locale.US);
181 RbnfSampleRuleSets.sampleRuleSets[formatterMenu.getSelectedIndex()])) {
189 commentaryField.setText(RbnfSampleRuleSets.
190 sampleRuleSetCommentary[RbnfSampleRuleSets.
207 RbnfSampleRuleSets.sampleRuleSets[formatterMenu.getSelectedIndex()])) {
314 for (int i = 0; i < RbnfSampleRuleSets.sampleRuleSetNames.length; i++)
315 formatterMenu.addItem(RbnfSampleRuleSets.sampleRuleSetNames[i]);
321 Locale locale = RbnfSampleRuleSets.sampleRuleSetLocales[item];
323 commentaryField.setText(RbnfSampleRuleSets
    [all...]
RbnfSampleRuleSets.java 27 public class RbnfSampleRuleSets {
    [all...]

Completed in 91 milliseconds