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

  /external/valgrind/VEX/priv/
host_generic_regs.c 162 create duplicate entries -- each reg is only mentioned once.
225 ULong mentioned = tab->rRead | tab->rWritten; local
226 return (mentioned & (1ULL << ix)) != 0;
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 345 milliseconds