Home
last modified time | relevance | path

Searched refs:utf16_to_utf8_length (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/include/utils/
DUnicode.h104 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len);
/system/core/adb/client/
Dfastdeploy.cpp149 ssize_t utf8_length = utf16_to_utf8_length(input, input_len); in get_string_from_utf16()
/system/core/libutils/
DUnicode.cpp405 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len) in utf16_to_utf8_length() function
DString8.cpp82 const ssize_t resultStrLen = utf16_to_utf8_length(in, len) + 1; in allocFromUTF16()