Searched refs:tmpSet (Results 1 – 10 of 10) sorted by relevance
266 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local306 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales()307 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales()311 tmpSet->freeze(); in setAllowedLocales()313 fAllowedCharsSet = tmpSet; in setAllowedLocales()333 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales()335 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales()341 tmpSet->freeze(); in setAllowedLocales()343 fAllowedCharsSet = tmpSet; in setAllowedLocales()367 UnicodeSet tmpSet; in addScriptChars() local[all …]
69 std::set<BlockT *> tmpSet; in compareDomSet() local71 tmpSet.insert(BB); in compareDomSet()77 if (tmpSet.erase(Node) == 0) in compareDomSet()82 if (!tmpSet.empty()) { in compareDomSet()
399 USet *tmpSet; in TestUSpoofCAPI() local405 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI()406 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI()413 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI()414 uspoof_setAllowedChars(sc, tmpSet, &status); in TestUSpoofCAPI()416 uset_close(tmpSet); in TestUSpoofCAPI()
1056 OSet* tmpSet; in VG_() local1079 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free); in VG_()1105 VG_(OSetWord_Insert)( tmpSet, act->from_addr ); in VG_()1116 VG_(OSetWord_ResetIter)( tmpSet ); in VG_()1117 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) { in VG_()1123 VG_(OSetWord_Destroy)( tmpSet ); in VG_()
290 UnicodeSet tmpSet; in TestAllowedChars() local295 tmpSet = new UnicodeSet(0, 0x10ffff); in TestAllowedChars()296 assertEquals("", tmpSet, set); in TestAllowedChars()302 tmpSet.remove(goodLatin.charAt(1)); in TestAllowedChars()303 sc = new SpoofChecker.Builder().setAllowedChars(tmpSet).build(); in TestAllowedChars()
294 UnicodeSet tmpSet; in TestAllowedChars() local299 tmpSet = new UnicodeSet(0, 0x10ffff); in TestAllowedChars()300 assertEquals("", tmpSet, set); in TestAllowedChars()306 tmpSet.remove(goodLatin.charAt(1)); in TestAllowedChars()307 sc = new SpoofChecker.Builder().setAllowedChars(tmpSet).build(); in TestAllowedChars()
566 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local569 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars()570 allowedChars.addAll(tmpSet); in addScriptChars()
602 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local605 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars()606 allowedChars.addAll(tmpSet); in addScriptChars()
5268 tmpSet = [],5282 Sizzle( selector, root[i], tmpSet, seed );5285 return Sizzle.filter( later, tmpSet );
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...