Searched refs:hitEnd (Results 1 – 11 of 11) sorted by relevance
12 if (!matches && !m.hitEnd()) { in findMismatch()
34 if (matcher.reset(s).matches() || matcher.hitEnd()) { in RegexTransform()
81 if (postmatcher.hitEnd()) { in match()
1152 REGEX_ASSERT(m1.hitEnd() == TRUE); in API_Match()1159 REGEX_ASSERT(m2.hitEnd() == FALSE); in API_Match()1166 REGEX_ASSERT(m3.hitEnd() == TRUE); in API_Match()2351 REGEX_ASSERT(m1.hitEnd() == TRUE); in API_Match_UTF8()2360 REGEX_ASSERT(m2.hitEnd() == FALSE); in API_Match_UTF8()2369 REGEX_ASSERT(m3.hitEnd() == TRUE); in API_Match_UTF8()3720 matcher->hitEnd() == TRUE) { in regex_find()3724 UTF8Matcher->hitEnd() == TRUE) { in regex_find()3730 matcher->hitEnd() == FALSE) { in regex_find()3734 UTF8Matcher->hitEnd() == FALSE) { in regex_find()
1384 if(tokenMatcher.hitEnd()) { in runUnicodeTestData()
1346 virtual UBool hitEnd() const;
392 if (!matches && !m.hitEnd()) { in findMismatch()
433 if (!matches && !m.hitEnd()) { in findMismatch()
988 return regexp->fMatcher->hitEnd(); in uregex_hitEnd()
1337 UBool RegexMatcher::hitEnd() const { in hitEnd() function in RegexMatcher
46 # z|Z hitEnd was expected(z) or not expected (Z).47 # With neither, hitEnd is not checked.686 # hitEnd with find()