/third_party/icu/icu4c/source/common/ |
D | uniset.cpp | 199 delete stringSpan; in ~UnicodeSet() 244 if (o.stringSpan != nullptr && !asThawed) { in copyFrom() 245 stringSpan = new UnicodeSetStringSpan(*o.stringSpan, *strings); in copyFrom() 246 if (stringSpan == NULL) { // Check for memory allocation error. in copyFrom() 351 if (stringSpan != NULL) { in contains() 352 return stringSpan->contains(c); in contains() 2171 stringSpan = new UnicodeSetStringSpan(*this, *strings, UnicodeSetStringSpan::ALL); in freeze() 2172 if (stringSpan == nullptr) { in freeze() 2175 } else if (!stringSpan->needsStringSpanUTF16()) { in freeze() 2181 delete stringSpan; in freeze() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uniset.cpp | 199 delete stringSpan; in ~UnicodeSet() 244 if (o.stringSpan != nullptr && !asThawed) { in copyFrom() 245 stringSpan = new UnicodeSetStringSpan(*o.stringSpan, *strings); in copyFrom() 246 if (stringSpan == NULL) { // Check for memory allocation error. in copyFrom() 351 if (stringSpan != NULL) { in contains() 352 return stringSpan->contains(c); in contains() 2180 stringSpan = new UnicodeSetStringSpan(*this, *strings, UnicodeSetStringSpan::ALL); in freeze() 2181 if (stringSpan == nullptr) { in freeze() 2184 } else if (!stringSpan->needsStringSpanUTF16()) { in freeze() 2190 delete stringSpan; in freeze() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset.cpp | 199 delete stringSpan; in ~UnicodeSet() 244 if (o.stringSpan != nullptr && !asThawed) { in copyFrom() 245 stringSpan = new UnicodeSetStringSpan(*o.stringSpan, *strings); in copyFrom() 246 if (stringSpan == NULL) { // Check for memory allocation error. in copyFrom() 351 if (stringSpan != NULL) { in contains() 352 return stringSpan->contains(c); in contains() 2171 stringSpan = new UnicodeSetStringSpan(*this, *strings, UnicodeSetStringSpan::ALL); in freeze() 2172 if (stringSpan == nullptr) { in freeze() 2175 } else if (!stringSpan->needsStringSpanUTF16()) { in freeze() 2181 delete stringSpan; in freeze() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset.cpp | 217 delete stringSpan; in ~UnicodeSet() 262 if (o.stringSpan != nullptr && !asThawed) { in copyFrom() 263 stringSpan = new UnicodeSetStringSpan(*o.stringSpan, *strings); in copyFrom() 264 if (stringSpan == NULL) { // Check for memory allocation error. in copyFrom() 369 if (stringSpan != NULL) { in contains() 370 return stringSpan->contains(c); in contains() 2181 stringSpan = new UnicodeSetStringSpan(*this, *strings, UnicodeSetStringSpan::ALL); in freeze() 2182 if (stringSpan == nullptr) { in freeze() 2185 } else if (!stringSpan->needsStringSpanUTF16()) { in freeze() 2191 delete stringSpan; in freeze() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/patches/ |
D | uniset_perf2.patch | 357 - BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. 361 + BMPSet *bmpSet = nullptr; // The set is frozen iff either bmpSet or stringSpan is not NULL. 373 - UnicodeSetStringSpan *stringSpan; 378 + UnicodeSetStringSpan *stringSpan = nullptr; 496 - bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 523 - bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 554 - patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 581 - patLen(0), pat(NULL), strings(NULL), stringSpan(NULL), 594 // *this = o except for bmpSet and stringSpan 675 - if (o.stringSpan == NULL || asThawed) { [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 356 private volatile UnicodeSetStringSpan stringSpan; field in UnicodeSet 1714 if (stringSpan != null) { in contains() 1715 return stringSpan.contains(c); in contains() 4041 return (bmpSet != null || stringSpan != null); in isFrozen() 4057 … stringSpan = new UnicodeSetStringSpan(this, new ArrayList<>(strings), UnicodeSetStringSpan.ALL); in freeze() 4059 if (stringSpan == null || !stringSpan.needsStringSpanUTF16()) { in freeze() 4106 if (stringSpan != null) { in span() 4107 return stringSpan.span(s, start, spanCondition); in span() 4139 if (stringSpan != null) { in spanAndCount() 4142 return stringSpan.spanAndCount(s, start, spanCondition, outCount); in spanAndCount() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 354 private volatile UnicodeSetStringSpan stringSpan; field in UnicodeSet 1675 if (stringSpan != null) { in contains() 1676 return stringSpan.contains(c); in contains() 3968 return (bmpSet != null || stringSpan != null); in isFrozen() 3983 … stringSpan = new UnicodeSetStringSpan(this, new ArrayList<>(strings), UnicodeSetStringSpan.ALL); in freeze() 3985 if (stringSpan == null || !stringSpan.needsStringSpanUTF16()) { in freeze() 4030 if (stringSpan != null) { in span() 4031 return stringSpan.span(s, start, spanCondition); in span() 4064 if (stringSpan != null) { in spanAndCount() 4067 return stringSpan.spanAndCount(s, start, spanCondition, outCount); in spanAndCount() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 311 UnicodeSetStringSpan *stringSpan = nullptr; variable 1701 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 309 UnicodeSetStringSpan *stringSpan = nullptr; variable 1682 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uniset.h | 311 UnicodeSetStringSpan *stringSpan = nullptr; variable 1701 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uniset.h | 317 UnicodeSetStringSpan *stringSpan = nullptr; variable 1732 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
|