Home
last modified time | relevance | path

Searched refs:utf8_buffer (Results 1 – 4 of 4) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h302 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/node/deps/simdutf/
Dsimdutf.h1253 …ed size_t convert_utf16_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1268 … size_t convert_utf16le_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1283 … size_t convert_utf16be_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1298 …nvert_utf16_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1313 …ert_utf16le_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1328 …ert_utf16be_to_utf8_with_errors(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1342 …e_t convert_valid_utf16_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1356 …t convert_valid_utf16le_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1370 …t convert_valid_utf16be_to_utf8(const char16_t * input, size_t length, char* utf8_buffer) noexcept;
1552 …ed size_t convert_utf32_to_utf8(const char32_t * input, size_t length, char* utf8_buffer) noexcept;
[all …]
Dsimdutf.cpp92 …size_t convert_utf16le_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
93 …size_t convert_utf16be_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
94 …rt_utf16le_to_utf8_with_errors(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
95 …rt_utf16be_to_utf8_with_errors(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
96 … convert_valid_utf16le_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
97 … convert_valid_utf16be_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
98 …d size_t convert_utf32_to_utf8(const char32_t * buf, size_t len, char* utf8_buffer) const noexcept…
99 …vert_utf32_to_utf8_with_errors(const char32_t * buf, size_t len, char* utf8_buffer) const noexcept…
100 …_t convert_valid_utf32_to_utf8(const char32_t * buf, size_t len, char* utf8_buffer) const noexcept…
1307 …size_t convert_utf16le_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) const noexcept…
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2grep.c290 static uint8_t utf8_buffer[8]; variable
564 uint8_t *utf8bytes = utf8_buffer; in ord2utf8()
2230 for (int i = 0; i < n; i++) fputc(utf8_buffer[i], stdout); in display_output_text()
2435 memcpy(argsptr, utf8_buffer, n); in pcre2grep_callout()