Home | History | Annotate | Download | only in intltest

Lines Matching refs:setToBits

618     bitsToSet(setToBits(c), c);
620 logln((UnicodeString)"bitsToSet(setToBits(c)): " + c);
622 errln((UnicodeString)"FAIL: bitsToSet(setToBits(c)) = " + c + ", expect " + exp);
1751 int32_t c = setToBits(z);
1764 int32_t c = setToBits(z);
1777 int32_t c = setToBits(z);
1790 int32_t c = setToBits(z);
1803 int32_t c = setToBits(z);
1860 int32_t UnicodeSetTest::setToBits(const UnicodeSet& x) {