Lines Matching refs:buffer
120 char buffer[kMaxExponentLength + 1];
121 buffer[kMaxExponentLength] = '\0';
124 buffer[--first_char_pos] = '0';
127 buffer[--first_char_pos] = '0' + (exponent % 10);
134 buffer[--first_char_pos] = '0';
136 result_builder->AddSubstring(&buffer[first_char_pos],
282 // will pass this buffer to strlen(), and this buffer is not generally
367 // Fill buffer to contain 'precision' digits.
368 // Usually the buffer is already at the correct length, but 'DoubleToAscii'
405 char* buffer,
410 Vector<char> vector(buffer, buffer_length);