Searched refs:bitsToSet (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 654 c = bitsToSet(setToBits(c)); in TestAPI() 1262 logln("Testing " + i + ", " + bitsToSet(i)); in TestExhaustive() 1266 checkRoundTrip(bitsToSet(i)); in TestExhaustive() 2004 UnicodeSet x = bitsToSet(i); in TestContains() 2006 UnicodeSet y = bitsToSet(j); in TestContains() 2027 UnicodeSet x = bitsToSet(a); in _testComplement() 2028 UnicodeSet z = bitsToSet(a); in _testComplement() 2039 UnicodeSet x = bitsToSet(a); in _testAdd() 2040 UnicodeSet y = bitsToSet(b); in _testAdd() 2041 UnicodeSet z = bitsToSet(a); in _testAdd() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 657 c = bitsToSet(setToBits(c)); in TestAPI() 1265 logln("Testing " + i + ", " + bitsToSet(i)); in TestExhaustive() 1269 checkRoundTrip(bitsToSet(i)); in TestExhaustive() 2007 UnicodeSet x = bitsToSet(i); in TestContains() 2009 UnicodeSet y = bitsToSet(j); in TestContains() 2030 UnicodeSet x = bitsToSet(a); in _testComplement() 2031 UnicodeSet z = bitsToSet(a); in _testComplement() 2042 UnicodeSet x = bitsToSet(a); in _testAdd() 2043 UnicodeSet y = bitsToSet(b); in _testAdd() 2044 UnicodeSet z = bitsToSet(a); in _testAdd() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 623 bitsToSet(setToBits(c), c); in TestAPI() 1742 bitsToSet(i, x); in TestExhaustive() 1746 UnicodeSet &toTest = bitsToSet(i, aa); in TestExhaustive() 1763 bitsToSet(a, x); in _testComplement() 1775 bitsToSet(a, x); in _testAdd() 1776 bitsToSet(b, y); in _testAdd() 1788 bitsToSet(a, x); in _testRetain() 1789 bitsToSet(b, y); in _testRetain() 1801 bitsToSet(a, x); in _testRemove() 1802 bitsToSet(b, y); in _testRemove() [all …]
|
D | usettest.h | 126 static UnicodeSet& bitsToSet(int32_t a, UnicodeSet&);
|