Searched refs:polarity (Results 1 – 8 of 8) sorted by relevance
1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument1648 if (polarity == 1 || polarity == 2) { in exclusiveOr()1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument1701 switch (polarity) { in add()1714 polarity ^= 1; in add()1723 polarity ^= 2; in add()1736 polarity ^= 1; in add()1738 polarity ^= 2; in add()1750 polarity ^= 1; // factored common code in add()1752 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()
2900 private UnicodeSet xor(int[] other, int otherLen, int polarity) { in xor() argument2908 if (polarity == 1 || polarity == 2) { in xor()2950 private UnicodeSet add(int[] other, int otherLen, int polarity) { in add() argument2959 switch (polarity) { in add()2972 polarity ^= 1; in add()2981 polarity ^= 2; in add()2994 polarity ^= 1; in add()2995 b = other[j++]; polarity ^= 2; in add()3006 a = list[i++]; polarity ^= 1; // factored common code in add()3007 b = other[j++]; polarity ^= 2; in add()[all …]
18 word_t polarity : 1; member
1528 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);1530 void add(const UChar32* other, int32_t otherLen, int8_t polarity);1532 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 ...
1265 polarity used in bare JPEG files will not change in 3.0.) In either case,