Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dusettest.h127 static int32_t setToBits(const UnicodeSet& x);
Dusettest.cpp617 bitsToSet(setToBits(c), c); in TestAPI()
1760 int32_t c = setToBits(z); in _testComplement()
1773 int32_t c = setToBits(z); in _testAdd()
1786 int32_t c = setToBits(z); in _testRetain()
1799 int32_t c = setToBits(z); in _testRemove()
1812 int32_t c = setToBits(z); in _testXor()
1869 int32_t UnicodeSetTest::setToBits(const UnicodeSet& x) { in setToBits() function in UnicodeSetTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java647 c = bitsToSet(setToBits(c)); in TestAPI()
1996 int c = setToBits(z); in _testComplement()
2009 int c = setToBits(z); in _testAdd()
2022 int c = setToBits(z); in _testRetain()
2035 int c = setToBits(z); in _testRemove()
2048 int c = setToBits(z); in _testXor()
2106 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java643 c = bitsToSet(setToBits(c)); in TestAPI()
1992 int c = setToBits(z); in _testComplement()
2005 int c = setToBits(z); in _testAdd()
2018 int c = setToBits(z); in _testRetain()
2031 int c = setToBits(z); in _testRemove()
2044 int c = setToBits(z); in _testXor()
2102 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest