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

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetsTest.java 289 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
290 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
295 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
296 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
301 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
302 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
307 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
308 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 920 const CDFUnit* otherUnits =
925 if (!otherUnits[i].isSet()) {
941 units[i] = otherUnits[i];
    [all...]

Completed in 244 milliseconds