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

/external/gptfdisk/
H A Dmbr.cc109 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { argument
113 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
114 start32 = (uint32_t) start64;
/external/icu/icu4c/source/i18n/
H A Drematch.cpp1201 int64_t groupStart = start64(groupNum, status);
2187 start64(groupNum, status), end64(groupNum, status), &status);
2263 int64_t RegexMatcher::start64(UErrorCode &status) const { function in class:RegexMatcher
2264 return start64(0, status);
2273 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { function in class:RegexMatcher
2304 return (int32_t)start64(group, status);

Completed in 67 milliseconds