Lines Matching refs:BMPSet
27 BMPSet::BMPSet(const int32_t *parentList, int32_t parentListLength) : in BMPSet() function in BMPSet
51 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() function in BMPSet
59 BMPSet::~BMPSet() { in ~BMPSet()
117 void BMPSet::initBits() { in initBits()
208 void BMPSet::overrideIllegal() { in overrideIllegal()
242 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const { in findCodePoint()
277 BMPSet::contains(UChar32 c) const { in contains()
308 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in span()
397 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const { in spanBack()
495 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8()
659 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanBackUTF8()