/external/icu/libicu/cts_headers/ |
D | bmpset.h | 38 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()
|
/external/icu/icu4c/source/common/ |
D | bmpset.h | 38 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()
|
D | bmpset.cpp | 29 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 …]
|
D | uniset.cpp | 246 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/ |
D | BMPSet.java | 28 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/ |
D | BMPSet.java | 26 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/ |
D | uniset.h | 33 class BMPSet; variable 296 BMPSet *bmpSet = nullptr; // The set is frozen iff either bmpSet or stringSpan is not NULL.
|
/external/icu/libicu/cts_headers/unicode/ |
D | uniset.h | 33 class BMPSet; variable 296 BMPSet *bmpSet = nullptr; // The set is frozen iff either bmpSet or stringSpan is not NULL.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 22 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/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 23 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/ |
D | coverage-exclusion.txt | 31 com/ibm/icu/impl/BMPSet#<init>:(Lcom/ibm/icu/impl/BMPSet;[II)V
|