/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | SortedSetRelation.java | 47 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 D | SortedSetRelation.java | 49 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 D | TerritoryContainment.java | 35 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 D | pps_algorithm.h | 14 #define CONTAINS(c, e) (FIND(c, e) != std::end(c)) macro
|
H A D | pps_driver.cc | 87 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 D | UnicodeSetTest.java | 830 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 D | UnicodeSetTest.java | 844 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 D | brw_eu_validate.c | 66 #define CONTAINS(haystack, needle) \ macro 75 if ((cond) && !CONTAINS(error_msg, error(msg))) { \
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |