HomeSort by relevance Sort by last modified time
    Searched refs:BMPSet (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4c/source/common/
bmpset.h 8 * file name: 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 {
bmpset.cpp 8 * file name: bmpset.cpp
22 #include "bmpset.h"
27 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) :
51 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength) :
59 BMPSet::~BMPSet() {
117 void BMPSet::initBits()
    [all...]
uniset.cpp 27 #include "bmpset.h"
146 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0),
173 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0),
199 bmpSet(0),
223 bmpSet(0),
235 // *this = o except for bmpSet and stringSpan
260 delete bmpSet;
290 if (o.bmpSet == NULL) {
291 bmpSet = NULL;
293 bmpSet = new BMPSet(*o.bmpSet, list, len)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 25 public final class BMPSet {
69 public BMPSet(final int[] parentList, int parentListLength) {
92 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 23 public final class BMPSet {
67 public BMPSet(final int[] parentList, int parentListLength) {
90 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) {
  /external/icu/icu4c/source/common/unicode/
uniset.h 28 class BMPSet;
281 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 19 import android.icu.impl.BMPSet;
351 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
499 result.bmpSet = this.bmpSet;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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.
513 result.bmpSet = this.bmpSet;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 531 milliseconds