Searched refs:polarity (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-volatile-synthesis.cpp18 word_t polarity : 1; member in struct:ioapic_redir_t::__anon1977::__anon1978
/external/icu/icu4c/source/common/
H A Duniset.cpp1632 // polarity = 0, 3 is normal: x xor y
1633 // polarity = 1, 2: x xor ~y == x === y
1635 void UnicodeSet::exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity) {
1648 if (polarity == 1 || polarity == 2) {
1680 // polarity = 0 is normal: x union y
1681 // polarity = 2: x union ~y
1682 // polarity = 1: ~x union y
1683 // polarity = 3: ~x union ~y
1685 void UnicodeSet::add(const UChar32* other, int32_t otherLen, int8_t polarity) {
[all...]
H A Dustring.cpp461 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { argument
485 if(polarity) {
511 if(polarity) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java2897 // polarity = 0, 3 is normal: x xor y
2898 // polarity = 1, 2: x xor ~y == x === y
2900 private UnicodeSet xor(int[] other, int otherLen, int polarity) { argument
2905 // TODO: Based on the call hierarchy, polarity of 1 or 2 is never used
2908 if (polarity == 1 || polarity == 2) {
2945 // polarity = 0 is normal: x union y
2946 // polarity = 2: x union ~y
2947 // polarity = 1: ~x union y
2948 // polarity
2950 add(int[] other, int otherLen, int polarity) argument
3048 retain(int[] other, int otherLen, int polarity) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duniset.h1528 void exclusiveOr(const UChar32* other, int32_t otherLen, int8_t polarity);
1530 void add(const UChar32* other, int32_t otherLen, int8_t polarity);
1532 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h93 __u8 polarity:1; member in struct:kvm_ioapic_state::__anon6575::__anon6576
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 216 milliseconds