Searched refs:setToBits (Results 1 – 4 of 4) sorted by relevance
127 static int32_t setToBits(const UnicodeSet& x);
617 bitsToSet(setToBits(c), c); in TestAPI()1760 int32_t c = setToBits(z); in _testComplement()1773 int32_t c = setToBits(z); in _testAdd()1786 int32_t c = setToBits(z); in _testRetain()1799 int32_t c = setToBits(z); in _testRemove()1812 int32_t c = setToBits(z); in _testXor()1869 int32_t UnicodeSetTest::setToBits(const UnicodeSet& x) { in setToBits() function in UnicodeSetTest
647 c = bitsToSet(setToBits(c)); in TestAPI()1996 int c = setToBits(z); in _testComplement()2009 int c = setToBits(z); in _testAdd()2022 int c = setToBits(z); in _testRetain()2035 int c = setToBits(z); in _testRemove()2048 int c = setToBits(z); in _testXor()2106 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest
643 c = bitsToSet(setToBits(c)); in TestAPI()1992 int c = setToBits(z); in _testComplement()2005 int c = setToBits(z); in _testAdd()2018 int c = setToBits(z); in _testRetain()2031 int c = setToBits(z); in _testRemove()2044 int c = setToBits(z); in _testXor()2102 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest