• Home
  • Raw
  • Download

Lines Matching refs:RegexMatcher

77 RegexMatcher::RegexMatcher(const RegexPattern *pat)  {   in RegexMatcher()  function in RegexMatcher
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input, in RegexMatcher() function in RegexMatcher
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input, in RegexMatcher() function in RegexMatcher
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp, in RegexMatcher() function in RegexMatcher
144 RegexMatcher::RegexMatcher(UText *regexp, in RegexMatcher() function in RegexMatcher
163 RegexMatcher::~RegexMatcher() { in ~RegexMatcher()
197 void RegexMatcher::init(UErrorCode &status) { in init()
249 void RegexMatcher::init2(UText *input, UErrorCode &status) { in init2()
285 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, in appendReplacement()
308 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement()
481 UnicodeString &RegexMatcher::appendTail(UnicodeString &dest) { in appendTail()
497 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { in appendTail()
550 int32_t RegexMatcher::end(UErrorCode &err) const { in end()
554 int64_t RegexMatcher::end64(UErrorCode &err) const { in end64()
558 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64()
585 int32_t RegexMatcher::end(int32_t group, UErrorCode &err) const { in end()
595 UBool RegexMatcher::find() { in find()
857 UBool RegexMatcher::find(int64_t start, UErrorCode &status) { in find()
888 UBool RegexMatcher::findUsingChunk() { in findUsingChunk()
1119 UnicodeString RegexMatcher::group(UErrorCode &status) const { in group()
1124 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { in group()
1129 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) c… in group()
1177 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { in group()
1193 UText *RegexMatcher::group(int32_t groupNum, UText *dest, UErrorCode &status) const { in group()
1290 int64_t RegexMatcher::appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const { in appendGroup()
1359 int32_t RegexMatcher::groupCount() const { in groupCount()
1370 UBool RegexMatcher::hasAnchoringBounds() const { in hasAnchoringBounds()
1380 UBool RegexMatcher::hasTransparentBounds() const { in hasTransparentBounds()
1391 UBool RegexMatcher::hitEnd() const { in hitEnd()
1401 const UnicodeString &RegexMatcher::input() const { in input()
1428 UText *RegexMatcher::inputText() const { in inputText()
1438 UText *RegexMatcher::getInput (UText *dest, UErrorCode &status) const { in getInput()
1518 UBool RegexMatcher::lookingAt(UErrorCode &status) { in lookingAt()
1545 UBool RegexMatcher::lookingAt(int64_t start, UErrorCode &status) { in lookingAt()
1589 UBool RegexMatcher::matches(UErrorCode &status) { in matches()
1617 UBool RegexMatcher::matches(int64_t start, UErrorCode &status) { in matches()
1661 const RegexPattern &RegexMatcher::pattern() const { in pattern()
1672 RegexMatcher &RegexMatcher::region(int64_t regionStart, int64_t regionLimit, int64_t startIndex, UE… in region()
1715 RegexMatcher &RegexMatcher::region(int64_t start, int64_t limit, UErrorCode &status) { in region()
1724 int32_t RegexMatcher::regionEnd() const { in regionEnd()
1728 int64_t RegexMatcher::regionEnd64() const { in regionEnd64()
1737 int32_t RegexMatcher::regionStart() const { in regionStart()
1741 int64_t RegexMatcher::regionStart64() const { in regionStart64()
1751 UnicodeString RegexMatcher::replaceAll(const UnicodeString &replacement, UErrorCode &status) { in replaceAll()
1774 UText *RegexMatcher::replaceAll(UText *replacement, UText *dest, UErrorCode &status) { in replaceAll()
1812 UnicodeString RegexMatcher::replaceFirst(const UnicodeString &replacement, UErrorCode &status) { in replaceFirst()
1831 UText *RegexMatcher::replaceFirst(UText *replacement, UText *dest, UErrorCode &status) { in replaceFirst()
1866 UBool RegexMatcher::requireEnd() const { in requireEnd()
1876 RegexMatcher &RegexMatcher::reset() { in reset()
1891 void RegexMatcher::resetPreserveRegion() { in resetPreserveRegion()
1905 RegexMatcher &RegexMatcher::reset(const UnicodeString &input) { in reset()
1930 RegexMatcher &RegexMatcher::reset(UText *input) { in reset()
1957 RegexMatcher &RegexMatcher::reset(int64_t position, UErrorCode &status) { in reset()
1977 RegexMatcher &RegexMatcher::refreshInputText(UText *input, UErrorCode &status) { in refreshInputText()
2015 void RegexMatcher::setTrace(UBool state) { in setTrace()
2026 int32_t RegexMatcher::split(const UnicodeString &input, in split()
2061 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()
2524 UBool RegexMatcher::isWordBoundary(int64_t pos) { in isWordBoundary()
2560 UBool RegexMatcher::isChunkWordBoundary(int32_t pos) { in isChunkWordBoundary()
2608 UBool RegexMatcher::isUWordBoundary(int64_t pos) { in isUWordBoundary()
2650 void RegexMatcher::IncrementTime(UErrorCode &status) { in IncrementTime()
2677 UBool RegexMatcher::ReportFindProgress(int64_t matchIndex, UErrorCode &status) { in ReportFindProgress()
2708 inline REStackFrame *RegexMatcher::StateSave(REStackFrame *fp, int64_t savePatIdx, UErrorCode &stat… in StateSave()
2751 void RegexMatcher::MatchAt(int64_t startIdx, UBool toEnd, UErrorCode &status) { in MatchAt()
4243 void RegexMatcher::MatchChunkAt(int32_t startIdx, UBool toEnd, UErrorCode &status) { in MatchChunkAt()
5656 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(RegexMatcher)