OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOT_A_SUPERSET_B
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java
376
NOT_A_SUPERSET_B
= 1,
379
NOT_A_EQUALS_B = NOT_A_SUBSET_B |
NOT_A_SUPERSET_B
,
380
A_PROPER_SUBSET_OF_B = NOT_A_DISJOINT_B |
NOT_A_SUPERSET_B
,
382
A_PROPER_OVERLAPS_B = NOT_A_SUBSET_B | NOT_A_DISJOINT_B |
NOT_A_SUPERSET_B
;
387
*
NOT_A_SUPERSET_B
: a - b != {}<br>
391
* for A_SUPERSET_B, use (x & CollectionUtilities.
NOT_A_SUPERSET_B
) == 0<br>
399
return (b.size() == 0) ? ALL_EMPTY :
NOT_A_SUPERSET_B
;
411
result |= (a.contains(it.next())) ? NOT_A_DISJOINT_B :
NOT_A_SUPERSET_B
;
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java
373
NOT_A_SUPERSET_B
= 1,
376
NOT_A_EQUALS_B = NOT_A_SUBSET_B |
NOT_A_SUPERSET_B
,
377
A_PROPER_SUBSET_OF_B = NOT_A_DISJOINT_B |
NOT_A_SUPERSET_B
,
379
A_PROPER_OVERLAPS_B = NOT_A_SUBSET_B | NOT_A_DISJOINT_B |
NOT_A_SUPERSET_B
;
384
*
NOT_A_SUPERSET_B
: a - b != {}<br>
388
* for A_SUPERSET_B, use (x & CollectionUtilities.
NOT_A_SUPERSET_B
) == 0<br>
396
return (b.size() == 0) ? ALL_EMPTY :
NOT_A_SUPERSET_B
;
408
result |= (a.contains(it.next())) ? NOT_A_DISJOINT_B :
NOT_A_SUPERSET_B
;
/external/cldr/tools/java/libs/
utilities.jar
Completed in 55 milliseconds