rematch.cpp | 550 int64_t RegexMatcher::end64(UErrorCode &err) const { function in class:RegexMatcher 551 return end64(0, err); 554 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { function in class:RegexMatcher 582 return (int32_t)end64(group, err); [all...] |