OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf16_to_utf8
(Results
1 - 8
of
8
) sorted by null
/external/libmtp/src/
unicode.h
36
char *
utf16_to_utf8
(LIBMTP_mtpdevice_t*,const uint16_t*);
unicode.c
78
char *
utf16_to_utf8
(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr)
function
playlist-spl.c
407
tail->text =
utf16_to_utf8
(device, (uint16_t*) w);
libmtp.c
[
all
...]
/frameworks/native/include/utils/
Unicode.h
115
void
utf16_to_utf8
(const char16_t* src, size_t src_len, char* dst);
/frameworks/native/libs/utils/
String8.cpp
112
utf16_to_utf8
(in, len, str);
Unicode.cpp
333
void
utf16_to_utf8
(const char16_t* src, size_t src_len, char* dst)
function
/prebuilts/sdk/tools/linux/
aapt
Completed in 1312 milliseconds