Searched refs:bitset2 (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c42 static pANTLR3_BITSET antlr3BitsetOR (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);
43 static void antlr3BitsetORInPlace (pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2);
46 static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);
354 antlr3BitsetOR(pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) argument
360 return antlr3BitsetClone(bitset2);
363 if (bitset2 == NULL)
372 antlr3BitsetORInPlace(bitset, bitset2);
440 antlr3BitsetORInPlace(pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2) argument
445 if (bitset2 == NULL)
454 if (bitset->blist.length < bitset2
512 antlr3BitsetEquals(pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3bitset.h94 pANTLR3_BITSET (*bor) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_struct * bitset2);
95 void (*borInPlace) (struct ANTLR3_BITSET_struct * bitset, struct ANTLR3_BITSET_struct * bitset2);
99 ANTLR3_BOOLEAN (*equals) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_struct * bitset2);
/external/icu4c/test/intltest/
H A Ditspoof.cpp458 ScriptSet bitset2; bitset2.set(USCRIPT_HANGUL, status); local
459 TEST_ASSERT(bitset12.contains(bitset2));
461 TEST_ASSERT(!bitset2.contains(bitset12));
477 uhash_puti(alternates, &bitset2, 1, &status);

Completed in 99 milliseconds