Lines Matching refs:utf16_buffer
1071 * @param utf16_buffer the pointer to buffer that can hold conversion result
1083 * @param utf16_buffer the pointer to buffer that can hold conversion result
1121 * @param utf16_buffer the pointer to buffer that can hold conversion result
1132 * @param utf16_buffer the pointer to buffer that can hold conversion result
1145 * @param utf16_buffer the pointer to buffer that can hold conversion result
1158 * @param utf16_buffer the pointer to buffer that can hold conversion result
1186 * @param utf16_buffer the pointer to buffer that can hold conversion result
1199 * @param utf16_buffer the pointer to buffer that can hold conversion result
1212 * @param utf16_buffer the pointer to buffer that can hold conversion result
1265 * @param utf16_buffer the pointer to buffer that can hold conversion result
1268 simdutf_warn_unused size_t convert_valid_utf8_to_utf16(const char * input, size_t length, char16_t* utf16_buffer) noexcept;
1277 * @param utf16_buffer the pointer to buffer that can hold conversion result
1280 simdutf_warn_unused size_t convert_valid_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_buffer) noexcept;
1289 * @param utf16_buffer the pointer to buffer that can hold conversion result
1292 simdutf_warn_unused size_t convert_valid_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_buffer) noexcept;
1859 * @param utf16_buffer the pointer to buffer that can hold conversion result
1862 simdutf_warn_unused size_t convert_utf32_to_utf16(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
1874 * @param utf16_buffer the pointer to buffer that can hold conversion result
1877 simdutf_warn_unused size_t convert_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
1934 * @param utf16_buffer the pointer to buffer that can hold conversion result
1937 simdutf_warn_unused size_t convert_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
1950 * @param utf16_buffer the pointer to buffer that can hold conversion result
1953 simdutf_warn_unused result convert_utf32_to_utf16_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
1965 * @param utf16_buffer the pointer to buffer that can hold conversion result
1968 simdutf_warn_unused result convert_utf32_to_utf16le_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
1980 * @param utf16_buffer the pointer to buffer that can hold conversion result
1983 simdutf_warn_unused result convert_utf32_to_utf16be_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
1994 * @param utf16_buffer the pointer to buffer that can hold the conversion result
1997 simdutf_warn_unused size_t convert_valid_utf32_to_utf16(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
2008 * @param utf16_buffer the pointer to buffer that can hold the conversion result
2011 simdutf_warn_unused size_t convert_valid_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
2022 * @param utf16_buffer the pointer to buffer that can hold the conversion result
2025 simdutf_warn_unused size_t convert_valid_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) noexcept;
2438 * @param utf16_buffer the pointer to buffer that can hold conversion result
2450 * @param utf16_buffer the pointer to buffer that can hold conversion result
2516 * @param utf16_buffer the pointer to buffer that can hold conversion result
2529 * @param utf16_buffer the pointer to buffer that can hold conversion result
2542 * @param utf16_buffer the pointer to buffer that can hold conversion result
2555 * @param utf16_buffer the pointer to buffer that can hold conversion result
2593 * @param utf16_buffer the pointer to buffer that can hold conversion result
2596 simdutf_warn_unused virtual size_t convert_valid_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
2605 * @param utf16_buffer the pointer to buffer that can hold conversion result
2608 simdutf_warn_unused virtual size_t convert_valid_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
2617 * @param utf16_buffer the pointer to buffer that can hold conversion result
3045 * @param utf16_buffer the pointer to buffer that can hold conversion result
3048 simdutf_warn_unused virtual size_t convert_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
3060 * @param utf16_buffer the pointer to buffer that can hold conversion result
3063 simdutf_warn_unused virtual size_t convert_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
3075 * @param utf16_buffer the pointer to buffer that can hold conversion result
3078 simdutf_warn_unused virtual result convert_utf32_to_utf16le_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
3090 * @param utf16_buffer the pointer to buffer that can hold conversion result
3093 simdutf_warn_unused virtual result convert_utf32_to_utf16be_with_errors(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
3104 * @param utf16_buffer the pointer to buffer that can hold the conversion result
3107 simdutf_warn_unused virtual size_t convert_valid_utf32_to_utf16le(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;
3118 * @param utf16_buffer the pointer to buffer that can hold the conversion result
3121 simdutf_warn_unused virtual size_t convert_valid_utf32_to_utf16be(const char32_t * input, size_t length, char16_t* utf16_buffer) const noexcept = 0;