Home
last modified time | relevance | path

Searched refs:kMaxUint64 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dstrtod.cc36 static const uint64_t kMaxUint64 = V8_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF); variable
120 while (i < buffer.length() && result <= (kMaxUint64 / 10 - 1)) { in ReadUint64()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp70 static const uint64_t kMaxUint64 = UINT64_2PART_C(0xFFFFFFFF, FFFFFFFF); variable
177 while (i < buffer.length() && result <= (kMaxUint64 / 10 - 1)) { in ReadUint64()