Lines Matching refs:bitsToSet
617 bitsToSet(setToBits(c), c); in TestAPI()
1736 bitsToSet(i, x); in TestExhaustive()
1740 UnicodeSet &toTest = bitsToSet(i, aa); in TestExhaustive()
1757 bitsToSet(a, x); in _testComplement()
1769 bitsToSet(a, x); in _testAdd()
1770 bitsToSet(b, y); in _testAdd()
1782 bitsToSet(a, x); in _testRetain()
1783 bitsToSet(b, y); in _testRetain()
1795 bitsToSet(a, x); in _testRemove()
1796 bitsToSet(b, y); in _testRemove()
1808 bitsToSet(a, x); in _testXor()
1809 bitsToSet(b, y); in _testXor()
1855 UnicodeSet& UnicodeSetTest::bitsToSet(int32_t a, UnicodeSet& result) { in bitsToSet() function in UnicodeSetTest