Searched refs:length64 (Results 1 – 6 of 6) sorted by relevance
108 int MBRData::DeleteByLocation(uint64_t start64, uint64_t length64) { in DeleteByLocation() argument112 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) { in DeleteByLocation()114 length32 = (uint32_t) length64; in DeleteByLocation()
35 int DeleteByLocation(uint64_t start64, uint64_t length64);
94 int64_t length64 = utext_nativeLength(text); in setText() local95 if (length64 <= INT32_MAX) { in setText()96 length = (int32_t)length64; in setText()
100 int64_t length64 = utext_nativeLength(text); in setText() local101 if (length64 <= INT32_MAX) { in setText()102 length = (int32_t)length64; in setText()