HomeSort by relevance Sort by last modified time
    Searched refs:otherUnits (Results 1 - 3 of 3) 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/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 559 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
560 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
565 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
566 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
571 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
572 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
577 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
578 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
    [all...]
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 920 const CDFUnit* otherUnits =
925 if (!otherUnits[i].isSet()) {
941 units[i] = otherUnits[i];
    [all...]

Completed in 76 milliseconds