Lines Matching refs:latin1_output
1058 * @param latin1_output the pointer to buffer that can hold conversion result
1108 * @param latin1_output the pointer to buffer that can hold conversion result
1111 simdutf_warn_unused size_t convert_utf8_to_latin1(const char * input, size_t length, char* latin1_output) noexcept;
1172 * @param latin1_output the pointer to buffer that can hold conversion result
1175 simdutf_warn_unused result convert_utf8_to_latin1_with_errors(const char * input, size_t length, char* latin1_output) noexcept;
1252 * @param latin1_output the pointer to buffer that can hold conversion result
1255 simdutf_warn_unused size_t convert_valid_utf8_to_latin1(const char * input, size_t length, char* latin1_output) noexcept;
2425 * @param latin1_output the pointer to buffer that can hold conversion result
2475 * @param latin1_output the pointer to buffer that can hold conversion result
2478 simdutf_warn_unused virtual size_t convert_utf8_to_latin1(const char * input, size_t length, char* latin1_output) const noexcept = 0;
2488 * @param latin1_output the pointer to buffer that can hold conversion result
2491 simdutf_warn_unused virtual result convert_utf8_to_latin1_with_errors(const char * input, size_t length, char* latin1_output) const noexcept = 0;
2502 * @param latin1_output the pointer to buffer that can hold conversion result
2505 simdutf_warn_unused virtual size_t convert_valid_utf8_to_latin1(const char * input, size_t length, char* latin1_output) const noexcept = 0;