OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpSet
(Results
1 - 12
of
12
) sorted by null
/external/llvm/include/llvm/Analysis/
DominanceFrontierImpl.h
69
std::set<BlockT *>
tmpSet
;
71
tmpSet
.insert(BB);
77
if (
tmpSet
.erase(Node) == 0)
82
if (!
tmpSet
.empty()) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java
566
UnicodeSet
tmpSet
= new UnicodeSet();
569
tmpSet
.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]);
570
allowedChars.addAll(
tmpSet
);
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java
602
UnicodeSet
tmpSet
= new UnicodeSet();
605
tmpSet
.applyIntPropertyValue(UProperty.SCRIPT, scripts[i]);
606
allowedChars.addAll(
tmpSet
);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
spooftest.c
399
USet *
tmpSet
;
405
tmpSet
= uset_open(0, 0x10ffff);
406
TEST_ASSERT(uset_equals(
tmpSet
, set));
413
uset_remove(
tmpSet
, goodLatin[1]);
414
uspoof_setAllowedChars(sc,
tmpSet
, &status);
416
uset_close(
tmpSet
);
/external/icu/icu4c/source/i18n/
uspoof_impl.cpp
266
UnicodeSet *
tmpSet
= NULL;
306
tmpSet
= new UnicodeSet(0, 0x10ffff);
307
if (fAllowedLocales == NULL ||
tmpSet
== NULL) {
311
tmpSet
->freeze();
313
fAllowedCharsSet =
tmpSet
;
333
tmpSet
= static_cast<UnicodeSet *>(allowedChars.clone());
335
if (
tmpSet
== NULL || tmpLocalesList == NULL) {
341
tmpSet
->freeze();
343
fAllowedCharsSet =
tmpSet
;
367
UnicodeSet
tmpSet
;
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
SpoofCheckerTest.java
294
UnicodeSet
tmpSet
;
299
tmpSet
= new UnicodeSet(0, 0x10ffff);
300
assertEquals("",
tmpSet
, set);
306
tmpSet
.remove(goodLatin.charAt(1));
307
sc = new SpoofChecker.Builder().setAllowedChars(
tmpSet
).build();
[
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/valgrind/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
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 347 milliseconds