Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dbmpset.h35 class BMPSet : public UMemory {
37 BMPSet(const int32_t *parentList, int32_t parentListLength);
38 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
39 virtual ~BMPSet();
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const { in containsSlow()
Dbmpset.cpp27 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() function in BMPSet
51 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() function in BMPSet
59 BMPSet::~BMPSet() { in ~BMPSet()
117 void BMPSet::initBits() { in initBits()
208 void BMPSet::overrideIllegal() { in overrideIllegal()
242 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const { in findCodePoint()
277 BMPSet::contains(UChar32 c) const { in contains()
308 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in span()
397 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in spanBack()
495 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8()
[all …]
Duniset.cpp293 bmpSet = new BMPSet(*o.bmpSet, list, len); in operator =()
2201 bmpSet=new BMPSet(list, len); in freeze()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java25 public final class BMPSet { class
69 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() method in BMPSet
92 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.java23 public final class BMPSet { class
67 public BMPSet(final int[] parentList, int parentListLength) { in BMPSet() method in BMPSet
90 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() method in BMPSet
/external/icu/icu4c/source/common/unicode/
Duniset.h28 class BMPSet; variable
281 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java19 import android.icu.impl.BMPSet;
351 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
3923 bmpSet = new BMPSet(list, len); in freeze()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java18 import com.ibm.icu.impl.BMPSet;
355 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
4014 bmpSet = new BMPSet(list, len); in freeze()