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

/external/icu/icu4c/source/common/
H A Dbmpset.h35 class BMPSet : public UMemory { class in inherits: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 {
H A Dbmpset.cpp27 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : function in class:BMPSet
51 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength) : function in class:BMPSet
59 BMPSet::~BMPSet() {
117 void BMPSet::initBits() {
208 void BMPSet::overrideIllegal() {
242 int32_t BMPSet
[all...]
H A Duniset.cpp293 bmpSet = new BMPSet(*o.bmpSet, list, len);
2201 bmpSet=new BMPSet(list, len);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DBMPSet.java25 public final class BMPSet { class
69 public BMPSet(final int[] parentList, int parentListLength) { method in class:BMPSet
92 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { method in class:BMPSet
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DBMPSet.java23 public final class BMPSet { class
67 public BMPSet(final int[] parentList, int parentListLength) { method in class:BMPSet
90 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { method in class:BMPSet
/external/icu/icu4c/source/common/unicode/
H A Duniset.h28 class BMPSet;
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/
H A 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);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A 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);

Completed in 202 milliseconds