Home | History | Annotate | Download | only in src

Lines Matching defs:temp_buffer

4590     char temp_buffer[Utf8::kMaxEncodedSize];
4592 int written = Utf8::Encode(temp_buffer,
4598 // Copy over the character from temp_buffer.
4600 buffer[j] = temp_buffer[j];