HomeSort by relevance Sort by last modified time
    Searched defs:tmpSet (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 93 std::set<BasicBlock *> tmpSet;
96 tmpSet.insert(*I);
102 if (tmpSet.erase(Node) == 0)
107 if (!tmpSet.empty())
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 368 USet *tmpSet;
374 tmpSet = uset_open(0, 0x10ffff);
375 TEST_ASSERT(uset_equals(tmpSet, set));
382 uset_remove(tmpSet, goodLatin[1]);
383 uspoof_setAllowedChars(sc, tmpSet, &status);
385 uset_close(tmpSet);
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 392 USet *tmpSet;
398 tmpSet = uset_open(0, 0x10ffff);
399 TEST_ASSERT(uset_equals(tmpSet, set));
406 uset_remove(tmpSet, goodLatin[1]);
407 uspoof_setAllowedChars(sc, tmpSet, &status);
409 uset_close(tmpSet);
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 264 UnicodeSet *tmpSet = NULL;
304 tmpSet = new UnicodeSet(0, 0x10ffff);
305 if (fAllowedLocales == NULL || tmpSet == NULL) {
309 tmpSet->freeze();
311 fAllowedCharsSet = tmpSet;
331 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
333 if (tmpSet == NULL || tmpLocalesList == NULL) {
339 tmpSet->freeze();
341 fAllowedCharsSet = tmpSet;
365 UnicodeSet tmpSet;
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 268 UnicodeSet *tmpSet = NULL;
308 tmpSet = new UnicodeSet(0, 0x10ffff);
309 if (fAllowedLocales == NULL || tmpSet == NULL) {
313 tmpSet->freeze();
315 fAllowedCharsSet = tmpSet;
335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
337 if (tmpSet == NULL || tmpLocalesList == NULL) {
343 tmpSet->freeze();
345 fAllowedCharsSet = tmpSet;
369 UnicodeSet tmpSet;
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 143 milliseconds