Home
last modified time | relevance | path

Searched refs:stringSpan (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/common/
Duniset.cpp199 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/
Duniset.cpp199 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/
Duniset.cpp199 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/
Duniset.cpp217 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/
Duniset_perf2.patch357 - 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/
DUnicodeSet.java356 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()
4057stringSpan = 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/
DUnicodeSet.java354 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()
3983stringSpan = 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/
Duniset.h311 UnicodeSetStringSpan *stringSpan = nullptr; variable
1701 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duniset.h309 UnicodeSetStringSpan *stringSpan = nullptr; variable
1682 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
/third_party/icu/icu4c/source/common/unicode/
Duniset.h311 UnicodeSetStringSpan *stringSpan = nullptr; variable
1701 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()
/third_party/node/deps/icu-small/source/common/unicode/
Duniset.h317 UnicodeSetStringSpan *stringSpan = nullptr; variable
1732 return (UBool)(bmpSet!=NULL || stringSpan!=NULL); in isFrozen()