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

  /external/icu/icu4c/source/common/
bmpset.h 10 * file name: 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 {
bmpset.cpp 10 * file name: bmpset.cpp
24 #include "bmpset.h"
29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) :
54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength) :
63 BMPSet::~BMPSet() {
121 void BMPSet::initBits()
    [all...]
uniset.cpp 29 #include "bmpset.h"
148 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0),
175 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0),
201 bmpSet(0),
225 bmpSet(0),
237 // *this = o except for bmpSet and stringSpan
262 delete bmpSet;
292 if (o.bmpSet == NULL) {
293 bmpSet = NULL;
295 bmpSet = new BMPSet(*o.bmpSet, list, len)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 28 public final class BMPSet {
70 public BMPSet(final int[] parentList, int parentListLength) {
93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 26 public final class BMPSet {
68 public BMPSet(final int[] parentList, int parentListLength) {
91 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) {
  /external/icu/icu4c/source/common/unicode/
uniset.h 30 class BMPSet;
283 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 21 import android.icu.impl.BMPSet;
353 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
502 result.bmpSet = this.bmpSet;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 20 import com.ibm.icu.impl.BMPSet;
357 private volatile BMPSet bmpSet; // The set is frozen if bmpSet or stringSpan is not null.
516 result.bmpSet = this.bmpSet;
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 

Completed in 150 milliseconds