Searched refs:setToBits (Results 1 – 4 of 4) sorted by relevance
132 static int32_t setToBits(const UnicodeSet& x);
623 bitsToSet(setToBits(c), c); in TestAPI()1766 int32_t c = setToBits(z); in _testComplement()1779 int32_t c = setToBits(z); in _testAdd()1792 int32_t c = setToBits(z); in _testRetain()1805 int32_t c = setToBits(z); in _testRemove()1818 int32_t c = setToBits(z); in _testXor()1875 int32_t UnicodeSetTest::setToBits(const UnicodeSet& x) { in setToBits() function in UnicodeSetTest
654 c = bitsToSet(setToBits(c)); in TestAPI()2030 int c = setToBits(z); in _testComplement()2043 int c = setToBits(z); in _testAdd()2056 int c = setToBits(z); in _testRetain()2069 int c = setToBits(z); in _testRemove()2082 int c = setToBits(z); in _testXor()2140 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest
657 c = bitsToSet(setToBits(c)); in TestAPI()2033 int c = setToBits(z); in _testComplement()2046 int c = setToBits(z); in _testAdd()2059 int c = setToBits(z); in _testRetain()2072 int c = setToBits(z); in _testRemove()2085 int c = setToBits(z); in _testXor()2143 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest