Home
last modified time | relevance | path

Searched refs:end64 (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dregex.h1024 virtual int64_t end64(UErrorCode &status) const;
1063 virtual int64_t end64(int32_t group, UErrorCode &status) const;
/external/icu/icu4c/source/i18n/
Drematch.cpp554 int64_t RegexMatcher::end64(UErrorCode &err) const { in end64() function in RegexMatcher
555 return end64(0, err); in end64()
558 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() function in RegexMatcher
586 return (int32_t)end64(group, err); in end()
1206 int64_t groupEnd = end64(groupNum, status); in group()
2191 … start64(groupNum, status), end64(groupNum, status), &status); in split()
Duregex.cpp716 int64_t limit = regexp->fMatcher->end64(groupNum, *status); in uregex_group()