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

  /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
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...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 199 milliseconds