Home
last modified time | relevance | path

Searched refs:regionEnd (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Dregextst.cpp748 REGEX_ASSERT(m.regionEnd() == testString.length()); in API_Match()
761 REGEX_ASSERT(m.regionEnd() == testString.length()); in API_Match()
766 REGEX_ASSERT(m.regionEnd() == shorterString.length()); in API_Match()
1511 int32_t regionEnd = -1; in regex_find() local
1609 regionEnd = deTaggedInput.length(); in regex_find()
1624 if ((regionStart>=0 || regionEnd>=0) && (regionStart<0 || regionStart>regionEnd)) { in regex_find()
1640 matcher->region(regionStart, regionEnd, status); in regex_find()
/external/icu4c/i18n/unicode/
Dregex.h798 virtual int32_t regionEnd() const;
/external/icu4c/i18n/
Duregex.cpp541 return regexp->fMatcher->regionEnd(); in uregex_regionEnd()
Drematch.cpp752 int RegexMatcher::regionEnd() const { in regionEnd() function in RegexMatcher