/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 129 UnicodeSet *tmpSet = NULL; in setAllowedLocales() local 169 tmpSet = new UnicodeSet(0, 0x10ffff); in setAllowedLocales() 170 if (fAllowedLocales == NULL || tmpSet == NULL) { in setAllowedLocales() 174 tmpSet->freeze(); in setAllowedLocales() 176 fAllowedCharsSet = tmpSet; in setAllowedLocales() 196 tmpSet = allowedChars.clone(); in setAllowedLocales() 198 if (tmpSet == NULL || tmpLocalesList == NULL) { in setAllowedLocales() 204 tmpSet->freeze(); in setAllowedLocales() 206 fAllowedCharsSet = tmpSet; in setAllowedLocales() 230 UnicodeSet tmpSet; in addScriptChars() local [all …]
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 76 std::set<BlockT *> tmpSet; in compareDomSet() local 78 tmpSet.insert(BB); in compareDomSet() 84 if (tmpSet.erase(Node) == 0) in compareDomSet() 89 if (!tmpSet.empty()) { in compareDomSet()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 76 std::set<BlockT *> tmpSet; in compareDomSet() local 78 tmpSet.insert(BB); in compareDomSet() 84 if (tmpSet.erase(Node) == 0) in compareDomSet() 89 if (!tmpSet.empty()) { in compareDomSet()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 414 USet *tmpSet; in TestUSpoofCAPI() local 420 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI() 421 TEST_ASSERT(uset_equals(tmpSet, set)); in TestUSpoofCAPI() 428 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI() 429 uspoof_setAllowedChars(sc, tmpSet, &status); in TestUSpoofCAPI() 431 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 | 708 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local 710 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars() 711 allowedChars.addAll(tmpSet); in addScriptChars()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 752 UnicodeSet tmpSet = new UnicodeSet(); in addScriptChars() local 754 tmpSet.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]); in addScriptChars() 755 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 );
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |