Lines Matching refs:bitsToSet
620 bitsToSet(setToBits(c), c); in TestAPI()
1739 bitsToSet(i, x); in TestExhaustive()
1743 UnicodeSet &toTest = bitsToSet(i, aa); in TestExhaustive()
1760 bitsToSet(a, x); in _testComplement()
1772 bitsToSet(a, x); in _testAdd()
1773 bitsToSet(b, y); in _testAdd()
1785 bitsToSet(a, x); in _testRetain()
1786 bitsToSet(b, y); in _testRetain()
1798 bitsToSet(a, x); in _testRemove()
1799 bitsToSet(b, y); in _testRemove()
1811 bitsToSet(a, x); in _testXor()
1812 bitsToSet(b, y); in _testXor()
1858 UnicodeSet& UnicodeSetTest::bitsToSet(int32_t a, UnicodeSet& result) { in bitsToSet() function in UnicodeSetTest