Home
last modified time | relevance | path

Searched refs:output_utf16_length (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/shared_impl/private/
Dppb_char_set_shared.cc209 uint32_t* output_utf16_length) { in CharSetToUTF16() argument
210 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()
Dppb_char_set_shared.h41 uint32_t* output_utf16_length);
/external/chromium_org/ppapi/thunk/
Dppb_char_set_thunk.cc71 uint32_t* output_utf16_length) { in CharSetToUTF16() argument
74 output_buffer, output_utf16_length); in CharSetToUTF16()
/external/chromium_org/ppapi/c/trusted/
Dppb_char_set_trusted.h106 uint32_t* output_utf16_length);
/external/chromium_org/ppapi/api/trusted/
Dppb_char_set_trusted.idl73 * Note that the output_utf16_length is measured in UTF-16 characters.
84 [inout] uint32_t output_utf16_length);