Searched refs:polarity (Results 1 – 9 of 9) sorted by relevance
1712 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument1725 if (polarity == 1 || polarity == 2) { in exclusiveOr()1762 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument1778 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 …]
465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() argument485 if(polarity) { in _matchFromSet()511 if(polarity) { in _matchFromSet()
2874 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument2882 if (polarity == 1 || polarity == 2) { in xor()2924 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument2933 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 …]
2947 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument2955 if (polarity == 1 || polarity == 2) { in xor()2997 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument3006 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 …]
18 word_t polarity : 1; member
1550 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);
93 __u8 polarity:1; member
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
1422 polarity used in bare JPEG files will not change in 3.0.) In either case,