Home
last modified time | relevance | path

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

/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