Lines Matching refs:byte_length
302 UnicodeText& CopyUTF8(const char* utf8_buffer, int byte_length);
307 int byte_length,
313 // CopyUTF8(utf8_buffer, byte_length).
314 UnicodeText& PointToUTF8(const char* utf8_buffer, int byte_length);
347 void append(const char* bytes, int byte_length);
367 UnicodeText& UnsafeCopyUTF8(const char* utf8_buffer, int byte_length);
369 char* utf8_buffer, int byte_length, int byte_capacity);
370 UnicodeText& UnsafePointToUTF8(const char* utf8_buffer, int byte_length);
371 UnicodeText& UnsafeAppendUTF8(const char* utf8_buffer, int byte_length);
404 char* utf8_buffer, int byte_length, int byte_capacity) {
406 utf8_buffer, byte_length, byte_capacity);
414 const char* utf8_buffer, int byte_length) {
415 return UnicodeText().PointToUTF8(utf8_buffer, byte_length);