/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 268 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local 308 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales() 309 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales() 313 tmpSet->freeze(); in setAllowedLocales() 315 fAllowedCharsSet = tmpSet; in setAllowedLocales() 335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales() 337 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales() 343 tmpSet->freeze(); in setAllowedLocales() 345 fAllowedCharsSet = tmpSet; in setAllowedLocales() 369 UnicodeSet tmpSet; in addScriptChars() local [all …]
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof_impl.cpp | 268 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local 308 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales() 309 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales() 313 tmpSet->freeze(); in setAllowedLocales() 315 fAllowedCharsSet = tmpSet; in setAllowedLocales() 335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales() 337 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales() 343 tmpSet->freeze(); in setAllowedLocales() 345 fAllowedCharsSet = tmpSet; in setAllowedLocales() 369 UnicodeSet tmpSet; in addScriptChars() local [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 93 std::set<BasicBlock *> tmpSet; in compareDomSet() local 96 tmpSet.insert(*I); in compareDomSet() 102 if (tmpSet.erase(Node) == 0) in compareDomSet() 107 if (!tmpSet.empty()) in compareDomSet()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | spooftest.c | 392 USet *tmpSet; in TestUSpoofCAPI() local 398 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI() 399 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI() 406 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI() 407 uspoof_setAllowedChars(sc, tmpSet, &status); in TestUSpoofCAPI() 409 uset_close(tmpSet); in TestUSpoofCAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 392 USet *tmpSet; in TestUSpoofCAPI() local 398 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI() 399 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI() 406 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI() 407 uspoof_setAllowedChars(sc, tmpSet, &status); in TestUSpoofCAPI() 409 uset_close(tmpSet); in TestUSpoofCAPI()
|
/external/valgrind/main/coregrind/ |
D | m_redir.c | 988 OSet* tmpSet; in VG_() local 1011 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free); in VG_() 1037 VG_(OSetWord_Insert)( tmpSet, act->from_addr ); in VG_() 1048 VG_(OSetWord_ResetIter)( tmpSet ); in VG_() 1049 while ( VG_(OSetWord_Next)(tmpSet, &addr) ) { in VG_() 1055 VG_(OSetWord_Destroy)( tmpSet ); in VG_()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 2344 var tmpSet = [], later = "", match, 2357 Sizzle( selector, root[i], tmpSet ); 2360 return Sizzle.filter( later, tmpSet );
|
D | concat-jquery-mootools-prototype.js | 2344 var tmpSet = [], later = "", match, 2357 Sizzle( selector, root[i], tmpSet ); 2360 return Sizzle.filter( later, tmpSet );
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | prototype-1.7.js | 4922 var tmpSet = [], later = "", match, 4933 Sizzle( selector, root[i], tmpSet ); 4936 return Sizzle.filter( later, tmpSet );
|
D | jquery-1.6.4.js | 5158 tmpSet = [], 5172 Sizzle( selector, root[i], tmpSet ); 5175 return Sizzle.filter( later, tmpSet );
|