Home
last modified time | relevance | path

Searched refs:BMPSet (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Dbmpset.h38 class BMPSet : public UMemory {
40 BMPSet(const int32_t *parentList, int32_t parentListLength);
41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
42 virtual ~BMPSet();
158 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const { in containsSlow()
Dbmpset.cpp29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() function in BMPSet
54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() function in BMPSet
63 BMPSet::~BMPSet() { in ~BMPSet()
121 void BMPSet::initBits() { in initBits()
229 void BMPSet::overrideIllegal() { in overrideIllegal()
257 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const { in findCodePoint()
292 BMPSet::contains(UChar32 c) const { in contains()
323 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in span()
412 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in spanBack()
510 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8()
[all …]
Duniset.cpp246 bmpSet = new BMPSet(*o.bmpSet, list, len); in copyFrom()
2197 bmpSet=new BMPSet(list, len); in freeze()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java28 public final class BMPSet { class
70 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() method in BMPSet
93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() method in BMPSet
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java26 public final class BMPSet { class
68 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() method in BMPSet
91 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() method in BMPSet
/external/icu/icu4c/source/common/unicode/
Duniset.h29 class BMPSet; variable
292 BMPSet *bmpSet = nullptr; // The set is frozen iff either bmpSet or stringSpan is not NULL.
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java23 import android.icu.impl.BMPSet;
353 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
3992 bmpSet = new BMPSet(list, len); in freeze()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java22 import com.ibm.icu.impl.BMPSet;
357 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
4082 bmpSet = new BMPSet(list, len); in freeze()
/external/icu/icu4j/
Dcoverage-exclusion.txt31 com/ibm/icu/impl/BMPSet#<init>:(Lcom/ibm/icu/impl/BMPSet;[II)V