Searched defs:inSet (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c41 static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet);
184 antlr3BitsetClone(pANTLR3_BITSET inSet) argument
190 bitset = antlr3BitsetNew(ANTLR3_BITSET_BITS * inSet->blist.length);
199 ANTLR3_MEMCPY(bitset->blist.bits, inSet->blist.bits, (ANTLR3_UINT64)(inSet->blist.length * sizeof(ANTLR3_BITWORD)));
/external/icu4c/test/cintltst/
H A Dcapitst.c2109 doSetsTest(const char *locale, const USet *ref, USet *set, const char* inSet, const char* outSet, UErrorCode *status) { argument
2114 bufLen = u_unescape(inSet, buffer, 512);
2121 log_err("%s: Some stuff from %s is not present in the set\n", locale, inSet);

Completed in 196 milliseconds