Home
last modified time | relevance | path

Searched refs:hitEnd (Results 1 – 11 of 11) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DRegexUtilities.java12 if (!matches && !m.hitEnd()) { in findMismatch()
/external/cldr/tools/java/org/unicode/cldr/draft/
DRegexTransform.java34 if (matcher.reset(s).matches() || matcher.hitEnd()) { in RegexTransform()
DRegexTransformState.java81 if (postmatcher.hitEnd()) { in match()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1152 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()
Drbbitst.cpp1384 if(tokenMatcher.hitEnd()) { in runUnicodeTestData()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1346 virtual UBool hitEnd() const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXCldrStub.java392 if (!matches && !m.hitEnd()) { in findMismatch()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DXCldrStub.java433 if (!matches && !m.hitEnd()) { in findMismatch()
/external/icu/icu4c/source/i18n/
Duregex.cpp988 return regexp->fMatcher->hitEnd(); in uregex_hitEnd()
Drematch.cpp1337 UBool RegexMatcher::hitEnd() const { in hitEnd() function in RegexMatcher
/external/icu/icu4c/source/test/testdata/
Dregextst.txt46 # z|Z hitEnd was expected(z) or not expected (Z).
47 # With neither, hitEnd is not checked.
686 # hitEnd with find()