Searched defs:mentioned (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralSamples.java84 Set<FixedDecimal> mentioned = new TreeSet<FixedDecimal>();
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
171 addIfNotPresent(double d, Set<FixedDecimal> mentioned, Map<String, Set<FixedDecimal>> foundKeywords) argument
[all...]
/external/valgrind/VEX/priv/
H A Dhost_generic_regs.c162 create duplicate entries -- each reg is only mentioned once.
225 ULong mentioned = tab->rRead | tab->rWritten; local
226 return (mentioned & (1ULL << ix)) != 0;

Completed in 271 milliseconds