Searched refs:utf8_buffer (Results 1 – 3 of 3) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.h | 302 UnicodeText& CopyUTF8(const char* utf8_buffer, int byte_length); 306 UnicodeText& TakeOwnershipOfUTF8(char* utf8_buffer, 314 UnicodeText& PointToUTF8(const char* utf8_buffer, 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) { in MakeUnicodeTextAcceptingOwnership() argument 406 utf8_buffer, byte_length, byte_capacity); in MakeUnicodeTextAcceptingOwnership() 414 const char* utf8_buffer, int byte_length) { in MakeUnicodeTextWithoutAcceptingOwnership() argument [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | read-properties.c | 384 static unsigned char *utf8_buffer; in read_escaped_string() local 399 utf8_buffer = \ in read_escaped_string() 400 (unsigned char *) xrealloc (utf8_buffer, utf8_allocated); \ in read_escaped_string() 432 utf8_buffer[utf8_buflen++] = 0xef; \ in read_escaped_string() 433 utf8_buffer[utf8_buflen++] = 0xbf; \ in read_escaped_string() 434 utf8_buffer[utf8_buflen++] = 0xbd; \ in read_escaped_string() 493 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 6); in read_escaped_string() 528 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 3); in read_escaped_string() 555 utf8_buffer[utf8_buflen++] = c; in read_escaped_string() 564 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 2); in read_escaped_string() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 294 static uint8_t utf8_buffer[8]; variable 570 uint8_t *utf8bytes = utf8_buffer; in ord2utf8() 2185 for (i = 0; i < n; i++) fputc(utf8_buffer[i], stdout); in display_output_text() 2386 memcpy(argsptr, utf8_buffer, n); in pcre2grep_callout()
|