HomeSort by relevance Sort by last modified time
    Searched refs:end64 (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 554 int64_t RegexMatcher::end64(UErrorCode &err) const { function in class:RegexMatcher
555 return end64(0, err);
558 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { function in class:RegexMatcher
586 return (int32_t)end64(group, err);
    [all...]
uregex.cpp 716 int64_t limit = regexp->fMatcher->end64(groupNum, *status);
    [all...]

Completed in 250 milliseconds