Home
last modified time | relevance | path

Searched refs:Utf8_To_Utf16 (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp339 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim, unsigned flags) throw() in Utf8_To_Utf16() function
664 Utf8_To_Utf16(NULL, &destLen, src, src + srcSize, flags); in Convert_UTF8_Buf_To_Unicode()
665 bool res = Utf8_To_Utf16(dest.GetBuf((unsigned)destLen), &destLen, src, src + srcSize, flags); in Convert_UTF8_Buf_To_Unicode()

Completed in 2 milliseconds