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

  /external/gptfdisk/
mbr.h 36 int DeleteByLocation(uint64_t start64, uint64_t length64);
mbr.cc 109 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) {
113 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
114 start32 = (uint32_t) start64;
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 2267 int64_t RegexMatcher::start64(UErrorCode &status) const { function in class:RegexMatcher
2277 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { function in class:RegexMatcher
    [all...]
uregex.cpp 713 int64_t start = regexp->fMatcher->start64(groupNum, *status);
    [all...]

Completed in 3042 milliseconds