Home | History | Annotate | Download | only in common

Lines Matching defs:BMPSet

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() {
208 void BMPSet::overrideIllegal() {
242 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
277 BMPSet::contains(UChar32 c) const {
308 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
397 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
495 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
659 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {