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

/external/chromium_org/ppapi/thunk/
H A Dppb_char_set_thunk.cc17 const char* output_char_set,
27 utf16, utf16_len, output_char_set, on_error, output_length);
32 const char* output_char_set,
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.cc64 const char* output_char_set,
73 UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error, NULL,
81 PP_Bool result = UTF16ToCharSet(utf16, utf16_len, output_char_set, on_error,
96 const char* output_char_set,
100 if (!utf16 || !output_char_set || !output_length) {
106 UConverter* converter = ucnv_open(output_char_set, &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 155 milliseconds