Home
last modified time | relevance | path

Searched defs:utf8_length (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/client/
Dfastdeploy.cpp141 ssize_t utf8_length = utf16_to_utf8_length(input, input_len); in get_string_from_utf16() local
/system/core/libutils/
DUnicode.cpp362 ssize_t utf8_length(const char *src) in utf8_length() function