/external/icu/icu4c/source/common/ |
D | uniset.cpp | 138 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 …]
|
D | uniset_closure.cpp | 172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver() 207 if (hasStrings()) { in closeOver()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 67 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/ |
D | StringsAndChecksums.h | 67 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/ |
D | UnicodeSet.java | 543 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 …]
|
D | UnicodeSetIterator.java | 213 if (set.hasStrings()) { in reset()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 527 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 …]
|
D | UnicodeSetIterator.java | 203 if (set.hasStrings()) { in reset()
|
/external/perfetto/ui/src/common/ |
D | query_iterator.ts | 68 const hasStrings = column.stringValues && column.stringValues.length; constant 74 if (expectsStrings && !hasStrings && !isEmpty) {
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 144 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/ |
D | CodeViewYAMLDebugSections.cpp | 404 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()
|
D | COFFEmitter.cpp | 226 CP.StringsAndChecksums.hasStrings()) in layoutCOFF() 235 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 404 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()
|
D | COFFEmitter.cpp | 226 CP.StringsAndChecksums.hasStrings()) in layoutCOFF() 235 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 157 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/ |
D | UnicodeSetStringSpanTest.java | 154 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/ |
D | uniset.h | 1554 UBool hasStrings() const;
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 107 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()
|
/external/icu/libicu/cts_headers/unicode/ |
D | uniset.h | 1554 UBool hasStrings() const;
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2406 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()
|