Lines Matching refs:polarity
1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() argument
1648 if (polarity == 1 || polarity == 2) { in exclusiveOr()
1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() argument
1701 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()
1756 buffer[k++] = a; a = list[i++]; polarity ^= 1; in add()
1759 polarity ^= 2; in add()
1763 polarity ^= 1; in add()
1765 polarity ^= 2; in add()
1772 polarity ^= 2; in add()
1775 polarity ^= 1; in add()
1779 polarity ^= 1; in add()
1781 polarity ^= 2; in add()
1798 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain() argument
1814 switch (polarity) { in retain()
1818 polarity ^= 1; in retain()
1821 polarity ^= 2; in retain()
1826 polarity ^= 1; in retain()
1828 polarity ^= 2; in retain()
1835 polarity ^= 1; in retain()
1839 polarity ^= 2; in retain()
1844 polarity ^= 1; in retain()
1846 polarity ^= 2; in retain()
1852 polarity ^= 1; in retain()
1856 polarity ^= 2; in retain()
1860 polarity ^= 1; in retain()
1862 polarity ^= 2; in retain()
1868 polarity ^= 2; in retain()
1872 polarity ^= 1; in retain()
1876 polarity ^= 1; in retain()
1878 polarity ^= 2; in retain()