Home
last modified time | relevance | path

Searched refs:polarity (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Duniset.cpp1712 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument
1725 if (polarity == 1 || polarity == 2) { in exclusiveOr()
1762 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument
1778 switch (polarity) { in add()
1791 polarity ^= 1; in add()
1800 polarity ^= 2; in add()
1813 polarity ^= 1; in add()
1815 polarity ^= 2; in add()
1827 polarity ^= 1; // factored common code in add()
1829 polarity ^= 2; in add()
[all …]
Dustring.cpp465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() argument
485 if(polarity) { in _matchFromSet()
511 if(polarity) { in _matchFromSet()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2882 if (polarity == 1 || polarity == 2) { in xor()
2924 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
2933 switch (polarity) { in add()
2946 polarity ^= 1; in add()
2955 polarity ^= 2; in add()
2968 polarity ^= 1; in add()
2969 b = other[j++]; polarity ^= 2; in add()
2980 a = list[i++]; polarity ^= 1; // factored common code in add()
2981 b = other[j++]; polarity ^= 2; in add()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument
2955 if (polarity == 1 || polarity == 2) { in xor()
2997 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument
3006 switch (polarity) { in add()
3019 polarity ^= 1; in add()
3028 polarity ^= 2; in add()
3041 polarity ^= 1; in add()
3042 b = other[j++]; polarity ^= 2; in add()
3053 a = list[i++]; polarity ^= 1; // factored common code in add()
3054 b = other[j++]; polarity ^= 2; in add()
[all …]
/external/clang/test/CodeGenCXX/
Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member
/external/icu/icu4c/source/common/unicode/
Duniset.h1550 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
1552 void add(const UChar32* other, int32_t otherLen, int8_t polarity);
1554 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h93 __u8 polarity:1; member
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/libjpeg-turbo/
Dlibjpeg.txt1422 polarity used in bare JPEG files will not change in 3.0.) In either case,