Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfastdeploy.cpp141 ssize_t utf8_length = utf16_to_utf8_length(input, input_len); in get_string_from_utf16() local
142 if (utf8_length <= 0) { in get_string_from_utf16()
146 utf8.resize(utf8_length); in get_string_from_utf16()
147 utf16_to_utf8(input, input_len, &*utf8.begin(), utf8_length + 1); in get_string_from_utf16()