Home
last modified time | relevance | path

Searched refs:utf16_to_utf8 (Results 1 – 6 of 6) sorted by relevance

/external/libmtp/src/
Dunicode.h36 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
Dunicode.c78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr) in utf16_to_utf8() function
Dplaylist-spl.c407 tail->text = utf16_to_utf8(device, (uint16_t*) w); in read_into_spl_text_t()
Dlibmtp.c3601 *unicstring = utf16_to_utf8(device, tmp); in get_device_unicode_property()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1016957 (WebCore::utf16_to_utf8):
59268 (WebCore::utf16_to_utf8):
DChangeLog30782 (WebCore::utf16ToUtf8): Rename utf16_to_utf8 and fix indentation.