Home
last modified time | relevance | path

Searched defs:utf16Len (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/aemu/base/
DWin32UnicodeString.cpp96 const int utf16Len = calcUtf16BufferLength(str, len); in reset() local
201 const int utf16Len = MultiByteToWideChar(CP_UTF8, // CodePage in calcUtf16BufferLength() local
242 const int utf16Len = MultiByteToWideChar(CP_UTF8, // CodePage in convertFromUtf8() local
DWin32UnicodeString_unittest.cpp57 size_t utf16Len = wcslen(kData[n].utf16); in TEST() local
/aosp_15_r20/frameworks/native/libs/binder/
H A DParcel.cpp1223 const ssize_t utf16Len = utf8_to_utf16_length(strData, strLen); in writeUtf8AsUtf16() local