Searched defs:otherLen (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | uniset.cpp | 1718 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/ |
D | uniset.cpp | 1717 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/ |
D | uniset.cpp | 1718 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/ |
D | uniset.cpp | 1728 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/ |
D | UnicodeSet.java | 3054 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/ |
D | UnicodeSet.java | 2991 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()
|