Searched refs:kFastToBufferSize (Results 1 – 19 of 19) sorted by relevance
118 char* const end = &scratch_[numbers_internal::kFastToBufferSize]; in Arg()139 assert(dec.width <= numbers_internal::kFastToBufferSize); in Arg()140 char* const end = &scratch_[numbers_internal::kFastToBufferSize]; in Arg()
31 static_assert(numbers_internal::kFastToBufferSize >= 32, in AlphaNum()33 char* const end = &digits_[numbers_internal::kFastToBufferSize]; in AlphaNum()49 assert(dec.width <= numbers_internal::kFastToBufferSize); in AlphaNum()50 char* const end = &digits_[numbers_internal::kFastToBufferSize]; in AlphaNum()
137 static const int kFastToBufferSize = 32; variable
32 char buf[absl::numbers_internal::kFastToBufferSize]; in BM_FastIntToBuffer()
154 char buffer[absl::numbers_internal::kFastToBufferSize]; in CheckInt32()164 char buffer[absl::numbers_internal::kFastToBufferSize + 3]; in CheckInt64()181 char buffer[absl::numbers_internal::kFastToBufferSize]; in CheckUInt32()191 char buffer[absl::numbers_internal::kFastToBufferSize + 1]; in CheckUInt64()
287 char digits_[numbers_internal::kFastToBufferSize];
184 char scratch_[numbers_internal::kFastToBufferSize];
135 static const int kFastToBufferSize = 32; variable
1120 char buffer[kFastToBufferSize]; in SimpleItoa()1127 char buffer[kFastToBufferSize]; in SimpleItoa()1134 char buffer[kFastToBufferSize]; in SimpleItoa()1141 char buffer[kFastToBufferSize]; in SimpleItoa()1148 char buffer[kFastToBufferSize]; in SimpleItoa()1155 char buffer[kFastToBufferSize]; in SimpleItoa()1404 char *const end = &digits[kFastToBufferSize]; in AlphaNum()
137 char scratch_[kFastToBufferSize];
465 static const int kFastToBufferSize = 32; variable617 char digits[kFastToBufferSize];
900 numbers_internal::kFastToBufferSize // requred for FastIntToBuffer in FormatA()
919 numbers_internal::kFastToBufferSize // requred for FastIntToBuffer in FormatA()