/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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 68 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/ |
D | InputFile.cpp | 141 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/ |
D | CodeViewYAMLDebugSections.cpp | 405 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 219 CP.StringsAndChecksums.hasStrings()) in layoutCOFF() 228 assert(CP.StringsAndChecksums.hasStrings() && in layoutCOFF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 114 if (SC.hasStrings() && SC.hasChecksums()) in initializeFileAndStringTable()
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 1550 UBool hasStrings() const;
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2400 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()
|