OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTF16ToCharSet
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/c/dev/
ppb_char_set_dev.h
54
char* (*
UTF16ToCharSet
)(PP_Instance instance,
60
// Same as
UTF16ToCharSet
except converts in the other direction. The input
/external/chromium_org/ppapi/c/trusted/
ppb_char_set_trusted.h
84
PP_Bool (*
UTF16ToCharSet
)(const uint16_t utf16[],
91
* Same as
UTF16ToCharSet
except converts in the other direction. The input
/external/chromium_org/ppapi/thunk/
ppb_char_set_thunk.cc
30
PP_Bool
UTF16ToCharSet
(const uint16_t utf16[],
46
return PPB_CharSet_Shared::
UTF16ToCharSet
(
91
&
UTF16ToCharSet
,
/external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.cc
73
UTF16ToCharSet
(utf16, utf16_len, output_char_set, on_error, NULL,
81
PP_Bool result =
UTF16ToCharSet
(utf16, utf16_len, output_char_set, on_error,
93
PP_Bool PPB_CharSet_Shared::
UTF16ToCharSet
(
Completed in 64 milliseconds