Home
last modified time | relevance | path

Searched refs:start64 (Results 1 - 11 of 11) sorted by relevance

/third_party/gptfdisk/
H A Dmbr.cc108 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { in DeleteByLocation() argument
112 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) { in DeleteByLocation()
113 start32 = (uint32_t) start64; in DeleteByLocation()
H A Dmbr.h35 int DeleteByLocation(uint64_t start64, uint64_t length64);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dregex.h954 virtual int64_t start64(UErrorCode &status) const;
985 virtual int64_t start64(int32_t group, UErrorCode &status) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dregex.h954 virtual int64_t start64(UErrorCode &status) const;
985 virtual int64_t start64(int32_t group, UErrorCode &status) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dregex.h954 virtual int64_t start64(UErrorCode &status) const;
985 virtual int64_t start64(int32_t group, UErrorCode &status) const;
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp1215 int64_t groupStart = start64(groupNum, status); in group()
2206 start64(groupNum, status), end64(groupNum, status), &status); in split()
2282 int64_t RegexMatcher::start64(UErrorCode &status) const { in start64() function in RegexMatcher
2283 return start64(0, status); in start64()
2292 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { in start64() function in RegexMatcher
2323 return (int32_t)start64(group, status); in start()
H A Duregex.cpp715 int64_t start = regexp->fMatcher->start64(groupNum, *status); in uregex_group()
770 int64_t result = regexp->fMatcher->start64(groupNum, *status); in uregex_start64()
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp1215 int64_t groupStart = start64(groupNum, status); in group()
2206 start64(groupNum, status), end64(groupNum, status), &status); in split()
2282 int64_t RegexMatcher::start64(UErrorCode &status) const { in start64() function in RegexMatcher
2283 return start64(0, status); in start64()
2292 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { in start64() function in RegexMatcher
2323 return (int32_t)start64(group, status); in start()
H A Duregex.cpp715 int64_t start = regexp->fMatcher->start64(groupNum, *status); in uregex_group()
770 int64_t result = regexp->fMatcher->start64(groupNum, *status); in uregex_start64()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp1205 int64_t groupStart = start64(groupNum, status); in group()
2196 start64(groupNum, status), end64(groupNum, status), &status); in split()
2272 int64_t RegexMatcher::start64(UErrorCode &status) const { in start64() function in RegexMatcher
2273 return start64(0, status); in start64()
2282 int64_t RegexMatcher::start64(int32_t group, UErrorCode &status) const { in start64() function in RegexMatcher
2313 return (int32_t)start64(group, status); in start()
H A Duregex.cpp715 int64_t start = regexp->fMatcher->start64(groupNum, *status); in uregex_group()
770 int64_t result = regexp->fMatcher->start64(groupNum, *status); in uregex_start64()

Completed in 37 milliseconds