HomeSort by relevance Sort by last modified time
    Searched defs:mentioned (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralSamples.java 86 Set<FixedDecimal> mentioned = new TreeSet<FixedDecimal>(); local
89 for (FixedDecimal s : mentioned) {
96 boolean done = addIfNotPresent(i, mentioned, foundKeywords);
101 boolean done = addIfNotPresent(i/10d, mentioned, foundKeywords);
104 System.out.println("Failed to find sample for each keyword: " + foundKeywords + "\n\t" + pluralRules + "\n\t" + mentioned);
106 mentioned.add(new FixedDecimal(0)); // always there
107 mentioned.add(new FixedDecimal(1)); // always there
108 mentioned.add(new FixedDecimal(2)); // always there
109 mentioned.add(new FixedDecimal(0.1,1)); // always there
110 mentioned.add(new FixedDecimal(1.99,2)); // always ther
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralSamples.java 84 Set<FixedDecimal> mentioned = new TreeSet<FixedDecimal>(); local
87 for (FixedDecimal s : mentioned) {
94 boolean done = addIfNotPresent(i, mentioned, foundKeywords);
99 boolean done = addIfNotPresent(i/10d, mentioned, foundKeywords);
102 System.out.println("Failed to find sample for each keyword: " + foundKeywords + "\n\t" + pluralRules + "\n\t" + mentioned);
104 mentioned.add(new FixedDecimal(0)); // always there
105 mentioned.add(new FixedDecimal(1)); // always there
106 mentioned.add(new FixedDecimal(2)); // always there
107 mentioned.add(new FixedDecimal(0.1,1)); // always there
108 mentioned.add(new FixedDecimal(1.99,2)); // always ther
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 414 milliseconds