Searched refs:otherUnits (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | SetsTest.java | 289 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); in testComplementOfEnumSet() local 290 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); in testComplementOfEnumSet() 295 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); in testComplementOfEnumSetWithType() local 296 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); in testComplementOfEnumSetWithType() 301 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); in testComplementOfRegularSet() local 302 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); in testComplementOfRegularSet() 307 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); in testComplementOfRegularSetWithType() local 308 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); in testComplementOfRegularSetWithType()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SetsTest.java | 518 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); 519 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); 524 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); 525 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); 530 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units); 531 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C)); 536 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class); 537 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
|
/external/icu/icu4c/source/i18n/ |
D | compactdecimalformat.cpp | 857 const CDFUnit* otherUnits = in fillInMissing() local 862 if (!otherUnits[i].isSet()) { in fillInMissing() 878 units[i] = otherUnits[i]; in fillInMissing()
|