Searched refs:getTimeLimit (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dregex.h1615 virtual int32_t getTimeLimit() const;
/external/icu4c/i18n/
H A Duregex.cpp1039 retVal = regexp->fMatcher->getTimeLimit();
H A Drematch.cpp2349 // getTimeLimit
2352 int32_t RegexMatcher::getTimeLimit() const { function in class:RegexMatcher
/external/icu4c/test/intltest/
H A Dregextst.cpp1226 REGEX_ASSERT(matcher.getTimeLimit() == 0);
1228 REGEX_ASSERT(matcher.getTimeLimit() == 100);

Completed in 76 milliseconds