Home
last modified time | relevance | path

Searched defs:otherLen (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
Duniset.cpp1718 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr()
1766 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add()
1877 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
/third_party/node/deps/icu-small/source/common/
Duniset.cpp1717 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr()
1765 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add()
1876 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
/third_party/skia/third_party/externals/icu/source/common/
Duniset.cpp1718 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr()
1766 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add()
1877 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset.cpp1728 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr()
1776 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add()
1887 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3054 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor()
3104 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add()
3202 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java2991 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor()
3041 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add()
3139 private UnicodeSet retain(int[] other, int otherLen, int polarity) { in retain()