Searched refs:exclusiveOr (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | uniset.cpp | 1230 exclusiveOr(range, 2, 0); in complement() 1369 exclusiveOr(c.list, c.len, 0); in complementAll() 1633 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() function in UnicodeSet
|
/external/icu4c/common/ |
D | uniset.cpp | 1232 exclusiveOr(range, 2, 0); in complement() 1371 exclusiveOr(c.list, c.len, 0); in complementAll() 1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() function in UnicodeSet
|
/external/icu4c/common/unicode/ |
D | uniset.h | 1525 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uniset.h | 1512 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
|