OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16_to_utf8_length
(Results
1 - 3
of
3
) sorted by null
/system/core/include/utils/
Unicode.h
108
ssize_t
utf16_to_utf8_length
(const char16_t *src, size_t src_len);
112
* enough to fit the UTF-16 as measured by
utf16_to_utf8_length
with an added
/system/core/libutils/
String8.cpp
99
const ssize_t bytes =
utf16_to_utf8_length
(in, len);
Unicode.cpp
406
ssize_t
utf16_to_utf8_length
(const char16_t *src, size_t src_len)
function
Completed in 421 milliseconds