Searched defs:utf16_len (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_char_set_thunk.cc16 const uint16_t* utf16, uint32_t utf16_len,
27 utf16, utf16_len, output_char_set, on_error, output_length);
31 uint32_t utf16_len,
47 utf16, utf16_len, output_char_set, on_error,
15 UTF16ToCharSetDeprecated(PP_Instance instance, const uint16_t* utf16, uint32_t utf16_len, const char* output_char_set, PP_CharSet_ConversionError on_error, uint32_t* output_length) argument
30 UTF16ToCharSet(const uint16_t utf16[], uint32_t utf16_len, const char* output_char_set, PP_CharSet_Trusted_ConversionError on_error, char* output_buffer, uint32_t* output_length) argument
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc63 uint32_t utf16_len,
73 UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error, NULL,
81 PP_Bool result = UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error,
95 uint32_t utf16_len,
156 reinterpret_cast<const UChar*>(utf16), utf16_len, &status));
61 UTF16ToCharSetDeprecated( const uint16_t* utf16, uint32_t utf16_len, const char* output_char_set, PP_CharSet_ConversionError deprecated_on_error, uint32_t* output_length) argument
93 UTF16ToCharSet( const uint16_t utf16[], uint32_t utf16_len, const char* output_char_set, PP_CharSet_Trusted_ConversionError on_error, char* output_buffer, uint32_t* output_length) argument

Completed in 92 milliseconds