Searched defs:polarity (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | uniset.cpp | 1519 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) { in exclusiveOr() 1564 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) { in add() 1672 void UnicodeSet::retain(const UChar32* other, int32_t otherLen, int8_t polarity) { in retain()
|
D | ustring.c | 464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet()
|
/external/icu4c/i18n/ |
D | ucol_tok.h | 81 uint32_t polarity; /* 1 for <, <<, <<<, , ; and -1 for >, >>, >>> */ member
|