Home | History | Annotate | Download | only in src

Lines Matching refs:kV8DtoaBufferCapacity

77       const int kV8DtoaBufferCapacity = kBase10MaximalLength + 1;
78 char decimal_rep[kV8DtoaBufferCapacity];
82 Vector<char>(decimal_rep, kV8DtoaBufferCapacity),
264 const int kV8DtoaBufferCapacity = kMaxDigitsAfterPoint + 1 + 1;
268 char decimal_rep[kV8DtoaBufferCapacity];
273 Vector<char>(decimal_rep, kV8DtoaBufferCapacity),
278 Vector<char>(decimal_rep, kV8DtoaBufferCapacity),
308 const int kV8DtoaBufferCapacity = kMaximalDigits + 1;
309 char decimal_rep[kV8DtoaBufferCapacity];
313 Vector<char>(decimal_rep, kV8DtoaBufferCapacity),