Lines Matching +defs:c +defs:set +defs:offset
98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory()
1294 UChar32 c = scanNamedChar(); in doParseActions() local
1308 UChar32 c = fC.fChar; in doParseActions() local
1553 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1560 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1567 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1574 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1583 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1591 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1602 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1612 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1623 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1632 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1644 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1651 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); in doParseActions() local
1768 UChar32 c = scanNamedChar(); in doParseActions() local
1783 UChar32 c = scanNamedChar(); in doParseActions() local
1883 void RegexCompile::literalChar(UChar32 c) { in literalChar()
2591 void RegexCompile::findCaseInsensitiveStarters(UChar32 c, UnicodeSet *starterChars) { in findCaseInsensitiveStarters()
2902 UChar32 c = URX_VAL(op); in matchStartType() local
3003 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType() local
3032 UChar32 c = fRXPat->fLiteralText.char32At(stringStartIdx); in matchStartType() local
3162 UChar32 c = fRXPat->fLiteralText.char32At(fRXPat->fInitialStringIdx); in matchStartType() local
4025 void RegexCompile::nextChar(RegexPatternChar &c) { in nextChar()
4107 int32_t offset = 0; in nextChar() local
4378 static inline void addIdentifierIgnorable(UnicodeSet *set, UErrorCode& ec) { in addIdentifierIgnorable()
4394 LocalPointer<UnicodeSet> set; in createSetForProperty() local