Searched refs:hitEnd (Results 1 – 17 of 17) 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()
118 public boolean hitEnd() { in hitEnd() method in MatcherNative
78 if (state->matcher()->hitEnd() != 0) { in MatcherNative_hitEndImpl()
163 public boolean hitEnd() { in hitEnd() method in MatcherNativeTest.Matcher164 return matcherNative.hitEnd(); in hitEnd()777 boolean h = matcher.hitEnd(); in hitEndTest()
164 if (matcher.hitEnd()) {
128 method public boolean hitEnd();
1185 REGEX_ASSERT(m1.hitEnd() == TRUE); in API_Match()1192 REGEX_ASSERT(m2.hitEnd() == FALSE); in API_Match()1199 REGEX_ASSERT(m3.hitEnd() == TRUE); in API_Match()2384 REGEX_ASSERT(m1.hitEnd() == TRUE); in API_Match_UTF8()2393 REGEX_ASSERT(m2.hitEnd() == FALSE); in API_Match_UTF8()2402 REGEX_ASSERT(m3.hitEnd() == TRUE); in API_Match_UTF8()3762 matcher->hitEnd() == TRUE) { in regex_find()3766 UTF8Matcher->hitEnd() == TRUE) { in regex_find()3772 matcher->hitEnd() == FALSE) { in regex_find()3776 UTF8Matcher->hitEnd() == FALSE) { in regex_find()
1445 if(tokenMatcher.hitEnd()) { in runUnicodeTestData()
1337 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.718 # hitEnd with find()