Lines Matching +defs:c +defs:set +defs:offset
109 void addOffset(int32_t offset) { in addOffset()
204 UnicodeSetStringSpan::UnicodeSetStringSpan(const UnicodeSet &set, in UnicodeSetStringSpan()
353 UChar32 c; in UnicodeSetStringSpan() local
434 void UnicodeSetStringSpan::addToSpanNotSet(UChar32 c) { in addToSpanNotSet()
485 spanOne(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOne()
486 UChar c=*s, c2; in spanOne() local
494 spanOneBack(const UnicodeSet &set, const UChar *s, int32_t length) { in spanOneBack()
495 UChar c=s[length-1], c2; in spanOneBack() local
503 spanOneUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneUTF8()
504 UChar32 c=*s; in spanOneUTF8() local
515 spanOneBackUTF8(const UnicodeSet &set, const uint8_t *s, int32_t length) { in spanOneBackUTF8()
516 UChar32 c=s[length-1]; in spanOneBackUTF8() local