Home
last modified time | relevance | path

Searched refs:CONTAINS (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSortedSetRelation.java47 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
56 A = CONTAINS, // A (unnecessary)
68 * @param allow filter, using ANY, CONTAINS, etc.
86 case CONTAINS: if (a.size() < b.size()) return false; break; in hasRelation()
138 * @param relation the relation filter, using ANY, CONTAINS, etc.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSortedSetRelation.java49 CONTAINS = A_NOT_B | A_AND_B, // A (unnecessary) field in SortedSetRelation
58 A = CONTAINS, // A (unnecessary)
70 * @param allow filter, using ANY, CONTAINS, etc.
88 case CONTAINS: if (a.size() < b.size()) return false; break; in hasRelation()
140 * @param relation the relation filter, using ANY, CONTAINS, etc.
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTerritoryContainment.java35 private static final AttributeKey CONTAINS = AttributeKey.keyOf("group", "contains"); field in TerritoryContainment
57 graph.putAll(v.get(TYPE), LIST_SPLITTER.split(v.get(CONTAINS))); in getContainment()
/third_party/mesa3d/src/tool/pps/
H A Dpps_algorithm.h14 #define CONTAINS(c, e) (FIND(c, e) != std::end(c)) macro
H A Dpps_driver.cc87 if (CONTAINS(supported_devices, device.name)) { in default_driver_name()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java830 I_CONTAINS = new Integer(SortedSetRelation.CONTAINS),
903 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.CONTAINS, jset); in CheckSpeed2()
912 y |= SortedSetRelation.hasRelation(iset, SortedSetRelation.CONTAINS, jset); in CheckSpeed2()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java844 I_CONTAINS = new Integer(SortedSetRelation.CONTAINS),
917 y = SortedSetRelation.hasRelation(iset, SortedSetRelation.CONTAINS, jset); in CheckSpeed2()
926 y |= SortedSetRelation.hasRelation(iset, SortedSetRelation.CONTAINS, jset); in CheckSpeed2()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_validate.c66 #define CONTAINS(haystack, needle) \ macro
75 if ((cond) && !CONTAINS(error_msg, error(msg))) { \
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 13 milliseconds