Lines Matching refs:polarity
1712 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()
1833 buffer[k++] = a; a = list[i++]; polarity ^= 1; in add()
1836 polarity ^= 2; in add()
1840 polarity ^= 1; in add()
1842 polarity ^= 2; in add()
1849 polarity ^= 2; in add()
1852 polarity ^= 1; in add()
1856 polarity ^= 1; in add()
1858 polarity ^= 2; in add()
1875 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain() argument
1891 switch (polarity) { in retain()
1895 polarity ^= 1; in retain()
1898 polarity ^= 2; in retain()
1903 polarity ^= 1; in retain()
1905 polarity ^= 2; in retain()
1912 polarity ^= 1; in retain()
1916 polarity ^= 2; in retain()
1921 polarity ^= 1; in retain()
1923 polarity ^= 2; in retain()
1929 polarity ^= 1; in retain()
1933 polarity ^= 2; in retain()
1937 polarity ^= 1; in retain()
1939 polarity ^= 2; in retain()
1945 polarity ^= 2; in retain()
1949 polarity ^= 1; in retain()
1953 polarity ^= 1; in retain()
1955 polarity ^= 2; in retain()