Searched refs:BMPSet (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/common/ |
D | bmpset.h | 35 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()
|
D | bmpset.cpp | 27 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 …]
|
D | uniset.cpp | 293 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/ |
D | BMPSet.java | 25 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/ |
D | BMPSet.java | 23 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/ |
D | uniset.h | 28 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/ |
D | UnicodeSet.java | 19 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/ |
D | UnicodeSet.java | 18 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()
|