Home
last modified time | relevance | path

Searched refs:BMPSet (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dbmpset.h35 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 { in containsSlow()
Dbmpset.cpp24 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() function in BMPSet
48 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() function in BMPSet
56 BMPSet::~BMPSet() { in ~BMPSet()
108 void BMPSet::initBits() { in initBits()
199 void BMPSet::overrideIllegal() { in overrideIllegal()
233 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const { in findCodePoint()
268 BMPSet::contains(UChar32 c) const { in contains()
299 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in span()
388 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in spanBack()
486 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8()
[all …]
Duniset.cpp251 bmpSet = new BMPSet(*o.bmpSet, list, len); in operator =()
1989 bmpSet=new BMPSet(list, len); in freeze()
/external/icu4c/common/unicode/
Duniset.h25 class BMPSet; variable
268 BMPSet *bmpSet; // The set is frozen iff either bmpSet or stringSpan is not NULL.
Durename.h1348 #define BMPSet BMPSet_3_8 macro