Searched refs:otherUnits (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java484 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
485 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
490 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
491 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
496 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
497 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
502 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
503 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp859 const CDFUnit* otherUnits = local
864 if (!otherUnits[i].isSet()) {
880 units[i] = otherUnits[i];
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp859 const CDFUnit* otherUnits = local
864 if (!otherUnits[i].isSet()) {
880 units[i] = otherUnits[i];

Completed in 108 milliseconds