Home
last modified time | relevance | path

Searched refs:hasStrings (Results 1 – 15 of 15) 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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h68 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
96 bool hasStrings() const { return Strings != nullptr; } in hasStrings() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp141 if (!SC.hasChecksums() || !SC.hasStrings()) in SymbolGroup()
147 if (SC.hasChecksums() && SC.hasStrings()) in SymbolGroup()
167 if (!SC.hasStrings()) in initializeForPdb()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp405 assert(SC.hasStrings()); in toCodeViewSubsection()
416 assert(SC.hasStrings() && SC.hasChecksums()); in toCodeViewSubsection()
478 assert(SC.hasStrings()); in toCodeViewSubsection()
512 assert(SC.hasStrings()); in toCodeViewSubsection()
935 if (!SC.hasStrings()) { in initializeStringsAndChecksums()
947 if (SC.hasStrings() && !SC.hasChecksums()) { in initializeStringsAndChecksums()
/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/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp219 CP.StringsAndChecksums.hasStrings()) in layoutCOFF()
228 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp114 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()
/external/icu/icu4c/source/common/unicode/
Duniset.h1550 UBool hasStrings() const;
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2400 UBool hasStrings() const { in hasStrings() function in UnicodeSetWithStrings
2474 if(!set.hasStrings()) { in containsSpanUTF16()
2575 if(!set.hasStrings()) { in containsSpanBackUTF16()
2671 if(!set.hasStrings()) { in containsSpanUTF8()
2774 if(!set.hasStrings()) { in containsSpanBackUTF8()