Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dusettest.h129 static int32_t setToBits(const UnicodeSet& x);
Dusettest.cpp620 bitsToSet(setToBits(c), c); in TestAPI()
1763 int32_t c = setToBits(z); in _testComplement()
1776 int32_t c = setToBits(z); in _testAdd()
1789 int32_t c = setToBits(z); in _testRetain()
1802 int32_t c = setToBits(z); in _testRemove()
1815 int32_t c = setToBits(z); in _testXor()
1872 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.java651 c = bitsToSet(setToBits(c)); in TestAPI()
2022 int c = setToBits(z); in _testComplement()
2035 int c = setToBits(z); in _testAdd()
2048 int c = setToBits(z); in _testRetain()
2061 int c = setToBits(z); in _testRemove()
2074 int c = setToBits(z); in _testXor()
2132 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java652 c = bitsToSet(setToBits(c)); in TestAPI()
2023 int c = setToBits(z); in _testComplement()
2036 int c = setToBits(z); in _testAdd()
2049 int c = setToBits(z); in _testRetain()
2062 int c = setToBits(z); in _testRemove()
2075 int c = setToBits(z); in _testXor()
2133 static int setToBits(UnicodeSet x) { in setToBits() method in UnicodeSetTest