OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherUnits
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java
484
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));
[
all
...]
/external/icu4c/i18n/
compactdecimalformat.cpp
859
const CDFUnit*
otherUnits
=
864
if (!
otherUnits
[i].isSet()) {
880
units[i] =
otherUnits
[i];
Completed in 40 milliseconds