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

  /external/llvm/include/llvm/Analysis/
DominanceFrontierImpl.h 67 std::set<BlockT *> tmpSet;
69 tmpSet.insert(BB);
75 if (tmpSet.erase(Node) == 0)
80 if (!tmpSet.empty()) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 603 UnicodeSet tmpSet = new UnicodeSet();
606 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]);
607 allowedChars.addAll(tmpSet);
    [all...]
  /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/icu/icu4c/source/i18n/
uspoof_impl.cpp 267 UnicodeSet *tmpSet = NULL;
307 tmpSet = new UnicodeSet(0, 0x10ffff);
308 if (fAllowedLocales == NULL || tmpSet == NULL) {
312 tmpSet->freeze();
314 fAllowedCharsSet = tmpSet;
334 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
336 if (tmpSet == NULL || tmpLocalesList == NULL) {
342 tmpSet->freeze();
344 fAllowedCharsSet = tmpSet;
368 UnicodeSet tmpSet;
    [all...]
  /external/valgrind/coregrind/
m_redir.c     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 290 UnicodeSet tmpSet;
295 tmpSet = new UnicodeSet(0, 0x10ffff);
296 assertEquals("", tmpSet, set);
302 tmpSet.remove(goodLatin.charAt(1));
303 sc = new SpoofChecker.Builder().setAllowedChars(tmpSet).build();
    [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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 160 milliseconds