Home
last modified time | relevance | path

Searched defs:utf8_buffer (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h404 char* utf8_buffer, int byte_length, int byte_capacity) { in MakeUnicodeTextAcceptingOwnership()
414 const char* utf8_buffer, int byte_length) { in MakeUnicodeTextWithoutAcceptingOwnership()
/third_party/pcre2/pcre2/src/
Dpcre2grep.c290 static uint8_t utf8_buffer[8]; variable
/third_party/node/deps/simdutf/
Dsimdutf.cpp5353 …unused size_t convert_utf16_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf16_to_utf8()
5392 …used size_t convert_utf16le_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf16le_to_utf8()
5395 …used size_t convert_utf16be_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf16be_to_utf8()
5398 …t convert_utf16_to_utf8_with_errors(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf16_to_utf8_with_errors()
5412 …convert_utf16le_to_utf8_with_errors(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf16le_to_utf8_with_errors()
5415 …convert_utf16be_to_utf8_with_errors(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf16be_to_utf8_with_errors()
5418 … size_t convert_valid_utf16_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_valid_utf16_to_utf8()
5432 …ize_t convert_valid_utf16le_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_valid_utf16le_to_utf8()
5435 …ize_t convert_valid_utf16be_to_utf8(const char16_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_valid_utf16be_to_utf8()
5438 …unused size_t convert_utf32_to_utf8(const char32_t * buf, size_t len, char* utf8_buffer) noexcept { in convert_utf32_to_utf8()
[all …]