Searched defs:CONTAINS (Results 1 – 7 of 7) sorted by relevance
35 private static final AttributeKey CONTAINS = AttributeKey.keyOf("group", "contains"); field in TerritoryContainment
49 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
47 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
193 public static TestRelation CONTAINS = new TestRelation<Collection, Object>() { field in TestFmwkPlus
185 CONTAINS, // value stored in string_matcher_ field enumerator
66 #define CONTAINS(haystack, needle) \ macro
233 public static final String CONTAINS = "contains"; field in LDMLConstants