Searched refs:tmpSet (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 266 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local 306 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 …]
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 69 std::set<BlockT *> tmpSet; in compareDomSet() local 71 tmpSet.insert(BB); in compareDomSet() 77 if (tmpSet.erase(Node) == 0) in compareDomSet() 82 if (!tmpSet.empty()) { in compareDomSet()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 399 USet *tmpSet; in TestUSpoofCAPI() local 405 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()
|
/external/valgrind/coregrind/ |
D | m_redir.c | 1056 OSet* tmpSet; in VG_() local 1079 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_()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 290 UnicodeSet tmpSet; in TestAllowedChars() local 295 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()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 294 UnicodeSet tmpSet; in TestAllowedChars() local 299 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()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 566 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local 569 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars() 570 allowedChars.addAll(tmpSet); in addScriptChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 602 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local 605 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars() 606 allowedChars.addAll(tmpSet); in addScriptChars()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 5268 tmpSet = [], 5282 Sizzle( selector, root[i], tmpSet, seed ); 5285 return Sizzle.filter( later, tmpSet );
|