Searched refs:bitsToSet (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 647 c = bitsToSet(setToBits(c)); in TestAPI() 1245 logln("Testing " + i + ", " + bitsToSet(i)); in TestExhaustive() 1249 checkRoundTrip(bitsToSet(i)); in TestExhaustive() 1970 UnicodeSet x = bitsToSet(i); in TestContains() 1972 UnicodeSet y = bitsToSet(j); in TestContains() 1993 UnicodeSet x = bitsToSet(a); in _testComplement() 1994 UnicodeSet z = bitsToSet(a); in _testComplement() 2005 UnicodeSet x = bitsToSet(a); in _testAdd() 2006 UnicodeSet y = bitsToSet(b); in _testAdd() 2007 UnicodeSet z = bitsToSet(a); in _testAdd() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 643 c = bitsToSet(setToBits(c)); in TestAPI() 1241 logln("Testing " + i + ", " + bitsToSet(i)); in TestExhaustive() 1245 checkRoundTrip(bitsToSet(i)); in TestExhaustive() 1966 UnicodeSet x = bitsToSet(i); in TestContains() 1968 UnicodeSet y = bitsToSet(j); in TestContains() 1989 UnicodeSet x = bitsToSet(a); in _testComplement() 1990 UnicodeSet z = bitsToSet(a); in _testComplement() 2001 UnicodeSet x = bitsToSet(a); in _testAdd() 2002 UnicodeSet y = bitsToSet(b); in _testAdd() 2003 UnicodeSet z = bitsToSet(a); in _testAdd() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 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() [all …]
|
D | usettest.h | 121 static UnicodeSet& bitsToSet(int32_t a, UnicodeSet&);
|