Searched defs:start64 (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dmbr.cc111 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { argument
115 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
116 start32 = (uint32_t) start64;
/external/icu/icu4c/source/i18n/
H A Drematch.cpp1205 int64_t groupStart = start64(groupNum, status);
2191 start64(groupNum, status), end64(groupNum, status), &status);
2267 int64_t RegexMatcher::start64(UErrorCode &status) const { function in class:RegexMatcher
2268 return start64(0, status);
2277 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { function in class:RegexMatcher
2308 return (int32_t)start64(group, status);

Completed in 226 milliseconds