Lines Matching refs:BMPSet
29 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() function in BMPSet
54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() function in BMPSet
63 BMPSet::~BMPSet() { in ~BMPSet()
121 void BMPSet::initBits() { in initBits()
229 void BMPSet::overrideIllegal() { in overrideIllegal()
257 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const { in findCodePoint()
292 BMPSet::contains(UChar32 c) const { in contains()
323 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in span()
412 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in spanBack()
510 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8()
675 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanBackUTF8()