Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Common/
H A DUTFConvert.cpp660 bool Convert_UTF8_Buf_To_Unicode(const char *src, size_t srcSize, UString &dest, unsigned flags) in Convert_UTF8_Buf_To_Unicode() function
672 return Convert_UTF8_Buf_To_Unicode(src, src.Len(), dest, flags); in ConvertUTF8ToUnicode_Flags()
H A DUTFConvert.h176 bool Convert_UTF8_Buf_To_Unicode(const char *src, size_t srcSize, UString &dest, unsigned flags = 0…
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipItem.cpp426 if (Convert_UTF8_Buf_To_Unicode( in GetUnicodeString()