Home | History | Annotate | Download | only in src

Lines Matching defs:temp_buffer

5509     char temp_buffer[unibrow::Utf8::kMaxEncodedSize];
5511 int written = unibrow::Utf8::Encode(temp_buffer, character,
5516 // Copy over the character from temp_buffer.
5518 buffer[j] = temp_buffer[j];