/external/chromium_org/third_party/icu/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 20 #include "bmpset.h" 24 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : 48 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength) : 56 BMPSet::~BMPSet() { 108 void BMPSet::initBits() [all...] |
uniset.cpp | 25 #include "bmpset.h" 144 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), 171 len(1), capacity(1 + START_EXTRA), list(0), bmpSet(0), buffer(0), 197 bmpSet(0), 221 bmpSet(0), 233 // *this = o except for bmpSet and stringSpan 258 delete bmpSet; 288 if (o.bmpSet == NULL) { 289 bmpSet = NULL; 291 bmpSet = new BMPSet(*o.bmpSet, list, len) [all...] |
/external/icu4c/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/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 25 class BMPSet; 277 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. [all...] |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 25 class BMPSet; 278 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL. [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |