Home
last modified time | relevance | path

Searched refs:end64 (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dremove-unneeded-push-pop.ll179 br i1 %tobool62, label %if.then63, label %if.end64
183 br label %if.end64
185 if.end64: ; preds = %if.then63, %if.end60
192 if.then67: ; preds = %if.end64
196 if.end68: ; preds = %if.then67, %if.end64
/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()