Lines Matching refs:RegexMatcher

64 class  RegexMatcher;  variable
345 virtual RegexMatcher *matcher(const UnicodeString &input,
361 RegexMatcher *matcher(const UChar *input,
377 virtual RegexMatcher *matcher(UErrorCode &status) const;
630 friend class RegexMatcher; variable
662 class U_I18N_API RegexMatcher U_FINAL : public UObject {
679 RegexMatcher(const UnicodeString &regexp, uint32_t flags, UErrorCode &status);
696 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
719 RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
743 RegexMatcher(UText *regexp, UText *input,
759 RegexMatcher(const UnicodeString &regexp, const UChar *input,
769 virtual ~RegexMatcher();
1071 virtual RegexMatcher &reset();
1089 virtual RegexMatcher &reset(int64_t index, UErrorCode &status);
1109 virtual RegexMatcher &reset(const UnicodeString &input);
1125 virtual RegexMatcher &reset(UText *input);
1152 virtual RegexMatcher &refreshInputText(UText *input, UErrorCode &status);
1167 RegexMatcher &reset(const UChar *input);
1220 virtual RegexMatcher &region(int64_t start, int64_t limit, UErrorCode &status);
1233 …virtual RegexMatcher &region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UErrorC…
1304 virtual RegexMatcher &useTransparentBounds(UBool b);
1329 virtual RegexMatcher &useAnchoringBounds(UBool b);
1485 virtual RegexMatcher &appendReplacement(UnicodeString &dest,
1516 virtual RegexMatcher &appendReplacement(UText *dest,
1761 RegexMatcher(); // default constructor not implemented
1762 RegexMatcher(const RegexPattern *pat);
1763 RegexMatcher(const RegexMatcher &other);
1764 RegexMatcher &operator =(const RegexMatcher &rhs);