Home | History | Annotate | Download | only in src

Lines Matching defs:temp_buffer

4667     char temp_buffer[Utf8::kMaxEncodedSize];
4669 int written = Utf8::Encode(temp_buffer,
4674 // Copy over the character from temp_buffer.
4676 buffer[j] = temp_buffer[j];