Searched refs:inSet (Results 1 – 9 of 9) sorted by relevance
/external/antlr/runtime/C/src/ |
D | antlr3bitset.c | 41 static pANTLR3_BITSET antlr3BitsetClone (pANTLR3_BITSET inSet); 183 antlr3BitsetClone(pANTLR3_BITSET inSet) in antlr3BitsetClone() argument 189 bitset = antlr3BitsetNew(ANTLR3_BITSET_BITS * inSet->blist.length); in antlr3BitsetClone() 198 …ANTLR3_MEMCPY(bitset->blist.bits, inSet->blist.bits, (ANTLR3_UINT64)(inSet->blist.length * sizeof(… in antlr3BitsetClone()
|
/external/antlr/runtime/C/include/ |
D | antlr3bitset.h | 93 pANTLR3_BITSET (*clone) (struct ANTLR3_BITSET_struct * inSet);
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckExemplars.java | 322 … UnicodeSet inSet = new UnicodeSet().applyIntPropertyValue(UProperty.SCRIPT, i).retainAll(set); in checkMixedScripts() local 325 for (String cp : inSet) { in checkMixedScripts()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 1341 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) { 1344 set.applyPattern(inSet); 1347 err("Some stuff from "+inSet+" is not present in the set.\nMissing:"+
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 1338 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) { 1341 set.applyPattern(inSet); 1344 err("Some stuff from "+inSet+" is not present in the set.\nMissing:"+
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 394 function inSet(s, str) { function
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1465 UnicodeSet inSet = new UnicodeSet(inpat, inpos, sym, UnicodeSet.IGNORE_SPACE); in TestSymbolTable() local 1467 if (!inSet.equals(expSet)) { in TestSymbolTable() 1468 errln("FAIL: Failed, got " + inSet + ", expected " + expSet); in TestSymbolTable() 1470 logln("OK: got " + inSet); in TestSymbolTable()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1468 UnicodeSet inSet = new UnicodeSet(inpat, inpos, sym, UnicodeSet.IGNORE_SPACE); in TestSymbolTable() local 1470 if (!inSet.equals(expSet)) { in TestSymbolTable() 1471 errln("FAIL: Failed, got " + inSet + ", expected " + expSet); in TestSymbolTable() 1473 logln("OK: got " + inSet); in TestSymbolTable()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 2118 doSetsTest(const char *locale, const USet *ref, USet *set, const char* inSet, const char* outSet, U… in doSetsTest() argument 2123 bufLen = u_unescape(inSet, buffer, 512); in doSetsTest() 2130 log_err("%s: Some stuff from %s is not present in the set\n", locale, inSet); in doSetsTest()
|