Home
last modified time | relevance | path

Searched refs:hasStrings (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/common/
Duniset.cpp138 UBool UnicodeSet::hasStrings() const { in hasStrings() function in UnicodeSet
189 if (o.hasStrings()) { in UnicodeSet()
252 if (o.hasStrings()) { in copyFrom()
259 } else if (hasStrings()) { in copyFrom()
304 if (hasStrings() != o.hasStrings()) { return FALSE; } in operator ==()
305 if (hasStrings() && *strings != *o.strings) return FALSE; in operator ==()
350 return len == 1 && !hasStrings(); in isEmpty()
472 return !c.hasStrings() || (strings != nullptr && strings->containsAll(*c.strings)); in containsAll()
518 return strings == nullptr || !c.hasStrings() || strings->containsNone(*c.strings); in containsNone()
559 if (hasStrings()) { in matchesIndexValue()
[all …]
Duniset_closure.cpp172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver()
207 if (hasStrings()) { in closeOver()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h67 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
95 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h67 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
95 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java543 if (other.hasStrings()) { in set()
820 if (includeStrings && hasStrings()) { in appendNewPattern()
834 boolean hasStrings() { in hasStrings() method in UnicodeSet
862 return len == 1 && !hasStrings(); in isEmpty()
893 if (hasStrings()) { in matchesIndexValue()
930 if (hasStrings()) { // try strings first in matches()
1048 if (hasStrings()) { in matchesAt()
1472 if (hasStrings()) { in removeAllStrings()
2035 if (!hasStrings()) { in containsAll()
2075 if (!hasStrings()) { in getRegexEquivalent()
[all …]
DUnicodeSetIterator.java213 if (set.hasStrings()) { in reset()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java527 if (other.hasStrings()) { in set()
798 if (includeStrings && hasStrings()) { in appendNewPattern()
812 boolean hasStrings() { in hasStrings() method in UnicodeSet
838 return len == 1 && !hasStrings(); in isEmpty()
868 if (hasStrings()) { in matchesIndexValue()
904 if (hasStrings()) { // try strings first in matches()
1023 if (hasStrings()) { in matchesAt()
1435 if (hasStrings()) { in removeAllStrings()
1981 if (!hasStrings()) { in containsAll()
2022 if (!hasStrings()) { in getRegexEquivalent()
[all …]
DUnicodeSetIterator.java203 if (set.hasStrings()) { in reset()
/external/perfetto/ui/src/common/
Dquery_iterator.ts68 const hasStrings = column.stringValues && column.stringValues.length; constant
74 if (expectsStrings && !hasStrings && !isEmpty) {
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp144 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
150 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
170 if (!SC.hasStrings()) { in initializeForPdb()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp404 assert(SC.hasStrings()); in toCodeViewSubsection()
415 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
477 assert(SC.hasStrings()); in toCodeViewSubsection()
511 assert(SC.hasStrings()); in toCodeViewSubsection()
934 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
946 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
DCOFFEmitter.cpp226 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
235 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp404 assert(SC.hasStrings()); in toCodeViewSubsection()
415 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
477 assert(SC.hasStrings()); in toCodeViewSubsection()
511 assert(SC.hasStrings()); in toCodeViewSubsection()
934 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
946 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
DCOFFEmitter.cpp226 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
235 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java157 public boolean hasStrings() { in hasStrings() method in UnicodeSetStringSpanTest.UnicodeSetWithStrings
184 if (!set.hasStrings()) { in containsSpanUTF16()
283 if (!set.hasStrings()) { in containsSpanBackUTF16()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java154 public boolean hasStrings() { in hasStrings() method in UnicodeSetStringSpanTest.UnicodeSetWithStrings
181 if (!set.hasStrings()) { in containsSpanUTF16()
280 if (!set.hasStrings()) { in containsSpanBackUTF16()
/external/icu/icu4c/source/common/unicode/
Duniset.h1554 UBool hasStrings() const;
/external/llvm-project/llvm/tools/obj2yaml/
Dcoff2yaml.cpp107 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()
/external/icu/libicu/cts_headers/unicode/
Duniset.h1554 UBool hasStrings() const;
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2406 UBool hasStrings() const { in hasStrings() function in UnicodeSetWithStrings
2480 if(!set.hasStrings()) { in containsSpanUTF16()
2581 if(!set.hasStrings()) { in containsSpanBackUTF16()
2677 if(!set.hasStrings()) { in containsSpanUTF8()
2780 if(!set.hasStrings()) { in containsSpanBackUTF8()