Searched refs:output_utf16_length (Results 1 – 5 of 5) sorted by relevance
209 uint32_t* output_utf16_length) { in CharSetToUTF16() argument210 if (!input || !input_char_set || !output_utf16_length) { in CharSetToUTF16()211 *output_utf16_length = 0; in CharSetToUTF16()217 *output_utf16_length = 0; in CharSetToUTF16()226 *output_utf16_length = 0; in CharSetToUTF16()232 std::min(*output_utf16_length, static_cast<uint32_t>(output.size())) in CharSetToUTF16()235 *output_utf16_length = static_cast<uint32_t>(output.size()); in CharSetToUTF16()
41 uint32_t* output_utf16_length);
71 uint32_t* output_utf16_length) { in CharSetToUTF16() argument74 output_buffer, output_utf16_length); in CharSetToUTF16()
106 uint32_t* output_utf16_length);
73 * Note that the output_utf16_length is measured in UTF-16 characters.84 [inout] uint32_t output_utf16_length);