Home
last modified time | relevance | path

Searched refs:tmpSet (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp268 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/
Duspoof_impl.cpp268 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/
DDominanceFrontier.h93 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/
Dspooftest.c392 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/
Dspooftest.c392 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/
Dm_redir.c988 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/
Djquery-1.3.2.js2344 var tmpSet = [], later = "", match,
2357 Sizzle( selector, root[i], tmpSet );
2360 return Sizzle.filter( later, tmpSet );
Dconcat-jquery-mootools-prototype.js2344 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/
Dprototype-1.7.js4922 var tmpSet = [], later = "", match,
4933 Sizzle( selector, root[i], tmpSet );
4936 return Sizzle.filter( later, tmpSet );
Djquery-1.6.4.js5158 tmpSet = [],
5172 Sizzle( selector, root[i], tmpSet );
5175 return Sizzle.filter( later, tmpSet );