Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dusettest.h132 static int32_t setToBits(const UnicodeSet& x);
Dusettest.cpp623 bitsToSet(setToBits(c), c); in TestAPI()
1766 int32_t c = setToBits(z); in _testComplement()
1779 int32_t c = setToBits(z); in _testAdd()
1792 int32_t c = setToBits(z); in _testRetain()
1805 int32_t c = setToBits(z); in _testRemove()
1818 int32_t c = setToBits(z); in _testXor()
1875 int32_t UnicodeSetTest::setToBits(const UnicodeSet& x) { in setToBits() function in UnicodeSetTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java654 c = bitsToSet(setToBits(c)); in TestAPI()
2030 int c = setToBits(z); in _testComplement()
2043 int c = setToBits(z); in _testAdd()
2056 int c = setToBits(z); in _testRetain()
2069 int c = setToBits(z); in _testRemove()
2082 int c = setToBits(z); in _testXor()
2140 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java657 c = bitsToSet(setToBits(c)); in TestAPI()
2033 int c = setToBits(z); in _testComplement()
2046 int c = setToBits(z); in _testAdd()
2059 int c = setToBits(z); in _testRetain()
2072 int c = setToBits(z); in _testRemove()
2085 int c = setToBits(z); in _testXor()
2143 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest