Lines Matching +defs:val +defs:set

98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) {  in addCategory()
1023 int64_t val = (int64_t)fIntervalLow*10 + digitValue; in doParseActions() local
1040 int64_t val = (int64_t)fIntervalUpper*10 + digitValue; 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
1965 int32_t RegexCompile::buildOp(int32_t type, int32_t val) { in buildOp()
2006 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp()
2669 static int32_t safeIncrement(int32_t val, int32_t delta) { in safeIncrement()
4378 static inline void addIdentifierIgnorable(UnicodeSet *set, UErrorCode& ec) { in addIdentifierIgnorable()
4394 LocalPointer<UnicodeSet> set; in createSetForProperty() local