/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 141 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local 181 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales() 182 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales() 186 tmpSet->freeze(); in setAllowedLocales() 188 fAllowedCharsSet = tmpSet; in setAllowedLocales() 208 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales() 210 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales() 216 tmpSet->freeze(); in setAllowedLocales() 218 fAllowedCharsSet = tmpSet; in setAllowedLocales() 242 UnicodeSet tmpSet; in addScriptChars() local [all …]
|
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 77 std::set<BlockT *> tmpSet; in compareDomSet() local 79 tmpSet.insert(BB); in compareDomSet() 85 if (tmpSet.erase(Node) == 0) in compareDomSet() 90 if (!tmpSet.empty()) { in compareDomSet()
|
/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 | 402 USet *tmpSet; in TestUSpoofCAPI() local 408 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI() 409 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI() 416 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI() 417 uspoof_setAllowedChars(sc, tmpSet, &status); in TestUSpoofCAPI() 419 uset_close(tmpSet); in TestUSpoofCAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 286 UnicodeSet tmpSet; in TestAllowedChars() local 291 tmpSet = new UnicodeSet(0, 0x10ffff); in TestAllowedChars() 292 assertEquals("", tmpSet, set); in TestAllowedChars() 295 tmpSet.remove(goodLatin.charAt(1)); in TestAllowedChars() 296 …sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).setAllowedChars(tmpSet).build(); in TestAllowedChars()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 283 UnicodeSet tmpSet; in TestAllowedChars() local 288 tmpSet = new UnicodeSet(0, 0x10ffff); in TestAllowedChars() 289 assertEquals("", tmpSet, set); in TestAllowedChars() 292 tmpSet.remove(goodLatin.charAt(1)); in TestAllowedChars() 293 …sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).setAllowedChars(tmpSet).build(); in TestAllowedChars()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 707 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local 709 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars() 710 allowedChars.addAll(tmpSet); in addScriptChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 750 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local 752 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars() 753 allowedChars.addAll(tmpSet); in addScriptChars()
|
/external/python/httplib2/doc/html/_static/ |
D | jquery.js | 2344 var tmpSet = [], later = "", match, 2357 Sizzle( selector, root[i], tmpSet ); 2360 return Sizzle.filter( later, tmpSet );
|
/external/chromium-trace/catapult/common/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 );
|