Searched defs:CONTAINS (Results 1 – 5 of 5) sorted by relevance
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
53 #define CONTAINS(haystack, needle) \ macro
233 public static final String CONTAINS = "contains"; field in LDMLConstants