Lines Matching +defs:c +defs:set +defs:offset
109 void addOffset(int32_t offset) { in addOffset()
204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan()
356 UChar32 c; in UnicodeSetStringSpan() local
437 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet()
488 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
489 UChar c=*s, c2; in spanOne() local
497 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
498 UChar c=s[length-1], c2; in spanOneBack() local
506 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8()
507 UChar32 c=*s; in spanOneUTF8() local
518 spanOneBackUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneBackUTF8()
519 UChar32 c=s[length-1]; in spanOneBackUTF8() local