Lines Matching +defs:c +defs:set +defs:offset
107 void addOffset(int32_t offset) { in addOffset()
202 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan()
351 UChar32 c; in UnicodeSetStringSpan() local
432 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet()
483 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
484 UChar c=*s, c2; in spanOne() local
492 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
493 UChar c=s[length-1], c2; in spanOneBack() local
501 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8()
502 UChar32 c=*s; in spanOneUTF8() local
513 spanOneBackUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneBackUTF8()
514 UChar32 c=s[length-1]; in spanOneBackUTF8() local