Lines Matching refs:RegexMatcher

66 RegexMatcher::RegexMatcher(const RegexPattern *pat)  {  in RegexMatcher()  function in RegexMatcher
82 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, in RegexMatcher() function in RegexMatcher
101 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() function in RegexMatcher
118 RegexMatcher::RegexMatcher(const UnicodeString &regexp, in RegexMatcher() function in RegexMatcher
133 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher() function in RegexMatcher
152 RegexMatcher::~RegexMatcher() { in ~RegexMatcher()
186 void RegexMatcher::init(UErrorCode &status) { in init()
234 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2()
273 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, in appendReplacement()
296 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement()
486 UnicodeString &RegexMatcher::appendTail(UnicodeString &dest) { in appendTail()
502 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { in appendTail()
546 int32_t RegexMatcher::end(UErrorCode &err) const { in end()
550 int64_t RegexMatcher::end64(UErrorCode &err) const { in end64()
554 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64()
581 int32_t RegexMatcher::end(int32_t group, UErrorCode &err) const { in end()
595 UBool RegexMatcher::findProgressInterrupt(int64_t pos, UErrorCode &status) { in findProgressInterrupt()
608 UBool RegexMatcher::find() { in find()
622 UBool RegexMatcher::find(UErrorCode &status) { in find()
885 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { in find()
916 UBool RegexMatcher::findUsingChunk(UErrorCode &status) { in findUsingChunk()
1147 UnicodeString RegexMatcher::group(UErrorCode &status) const { in group()
1152 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1157 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
1199 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { in group()
1234 int64_t RegexMatcher::appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const { in appendGroup()
1303 int32_t RegexMatcher::groupCount() const { in groupCount()
1312 UBool RegexMatcher::hasAnchoringBounds() const { in hasAnchoringBounds()
1322 UBool RegexMatcher::hasTransparentBounds() const { in hasTransparentBounds()
1333 UBool RegexMatcher::hitEnd() const { in hitEnd()
1343 const UnicodeString &RegexMatcher::input() const { in input()
1370 UText *RegexMatcher::inputText() const { in inputText()
1380 UText *RegexMatcher::getInput (UText *dest, UErrorCode &status) const { in getInput()
1450 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt()
1477 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt()
1521 UBool RegexMatcher::matches(UErrorCode &status) { in matches()
1549 UBool RegexMatcher::matches(int64_t start, UErrorCode &status) { in matches()
1593 const RegexPattern &RegexMatcher::pattern() const { in pattern()
1604 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UE… in region()
1647 RegexMatcher &RegexMatcher::region(int64_t start, int64_t limit, UErrorCode &status) { in region()
1656 int32_t RegexMatcher::regionEnd() const { in regionEnd()
1660 int64_t RegexMatcher::regionEnd64() const { in regionEnd64()
1669 int32_t RegexMatcher::regionStart() const { in regionStart()
1673 int64_t RegexMatcher::regionStart64() const { in regionStart64()
1683 UnicodeString RegexMatcher::replaceAll(const UnicodeString &replacement, UErrorCode &status) { in replaceAll()
1706 UText *RegexMatcher::replaceAll(UText *replacement, UText *dest, UErrorCode &status) { in replaceAll()
1744 UnicodeString RegexMatcher::replaceFirst(const UnicodeString &replacement, UErrorCode &status) { in replaceFirst()
1763 UText *RegexMatcher::replaceFirst(UText *replacement, UText *dest, UErrorCode &status) { in replaceFirst()
1798 UBool RegexMatcher::requireEnd() const { in requireEnd()
1808 RegexMatcher &RegexMatcher::reset() { in reset()
1823 void RegexMatcher::resetPreserveRegion() { in resetPreserveRegion()
1837 RegexMatcher &RegexMatcher::reset(const UnicodeString &input) { in reset()
1865 RegexMatcher &RegexMatcher::reset(UText *input) { in reset()
1895 RegexMatcher &RegexMatcher::reset(int64_t position, UErrorCode &status) { in reset()
1915 RegexMatcher &RegexMatcher::refreshInputText(UText *input, UErrorCode &status) { in refreshInputText()
1953 void RegexMatcher::setTrace(UBool state) { in setTrace()
2025 int32_t RegexMatcher::split(const UnicodeString &input, in split()
2060 int32_t RegexMatcher::split(UText *input, in split()
2259 int32_t RegexMatcher::start(UErrorCode &status) const { in start()
2263 int64_t RegexMatcher::start64(UErrorCode &status) const { in start64()
2273 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { in start64()
2303 int32_t RegexMatcher::start(int32_t group, UErrorCode &status) const { in start()
2312 RegexMatcher &RegexMatcher::useAnchoringBounds(UBool b) { in useAnchoringBounds()
2325 RegexMatcher &RegexMatcher::useTransparentBounds(UBool b) { in useTransparentBounds()
2337 void RegexMatcher::setTimeLimit(int32_t limit, UErrorCode &status) { in setTimeLimit()
2358 int32_t RegexMatcher::getTimeLimit() const { in getTimeLimit()
2368 void RegexMatcher::setStackLimit(int32_t limit, UErrorCode &status) { in setStackLimit()
2408 int32_t RegexMatcher::getStackLimit() const { in getStackLimit()
2418 void RegexMatcher::setMatchCallback(URegexMatchCallback *callback, in setMatchCallback()
2434 void RegexMatcher::getMatchCallback(URegexMatchCallback *&callback, in getMatchCallback()
2450 void RegexMatcher::setFindProgressCallback(URegexFindProgressCallback *callback, in setFindProgressCallback()
2466 void RegexMatcher::getFindProgressCallback(URegexFindProgressCallback *&callback, in getFindProgressCallback()
2492 REStackFrame *RegexMatcher::resetStack() { in resetStack()
2528 UBool RegexMatcher::isWordBoundary(int64_t pos) { in isWordBoundary()
2564 UBool RegexMatcher::isChunkWordBoundary(int32_t pos) { in isChunkWordBoundary()
2612 UBool RegexMatcher::isUWordBoundary(int64_t pos) { in isUWordBoundary()
2654 void RegexMatcher::IncrementTime(UErrorCode &status) { in IncrementTime()
2689 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave()
2735 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt()
4301 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchChunkAt()
5789 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RegexMatcher)