Home
last modified time | relevance | path

Searched refs:exclusiveOr (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
Duniset.h1399 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
/external/icu4c/common/
Duniset.cpp1158 exclusiveOr(range, 2, 0); in complement()
1286 exclusiveOr(c.list, c.len, 0); in complementAll()
1519 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() function in UnicodeSet