Home
last modified time | relevance | path

Searched refs:bitsToSet (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java651 c = bitsToSet(setToBits(c)); in TestAPI()
1259 logln("Testing " + i + ", " + bitsToSet(i)); in TestExhaustive()
1263 checkRoundTrip(bitsToSet(i)); in TestExhaustive()
1996 UnicodeSet x = bitsToSet(i); in TestContains()
1998 UnicodeSet y = bitsToSet(j); in TestContains()
2019 UnicodeSet x = bitsToSet(a); in _testComplement()
2020 UnicodeSet z = bitsToSet(a); in _testComplement()
2031 UnicodeSet x = bitsToSet(a); in _testAdd()
2032 UnicodeSet y = bitsToSet(b); in _testAdd()
2033 UnicodeSet z = bitsToSet(a); in _testAdd()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java652 c = bitsToSet(setToBits(c)); in TestAPI()
1260 logln("Testing " + i + ", " + bitsToSet(i)); in TestExhaustive()
1264 checkRoundTrip(bitsToSet(i)); in TestExhaustive()
1997 UnicodeSet x = bitsToSet(i); in TestContains()
1999 UnicodeSet y = bitsToSet(j); in TestContains()
2020 UnicodeSet x = bitsToSet(a); in _testComplement()
2021 UnicodeSet z = bitsToSet(a); in _testComplement()
2032 UnicodeSet x = bitsToSet(a); in _testAdd()
2033 UnicodeSet y = bitsToSet(b); in _testAdd()
2034 UnicodeSet z = bitsToSet(a); in _testAdd()
[all …]
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp620 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()
[all …]
Dusettest.h123 static UnicodeSet& bitsToSet(int32_t a, UnicodeSet&);