Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DUTFConvert.cpp74 static Bool Utf16_To_Utf8(char *dest, size_t *destLen, const wchar_t *src, size_t srcLen) in Utf16_To_Utf8() function
139 Utf16_To_Utf8(NULL, &destLen, src, src.Length()); in ConvertUnicodeToUTF8()
141 Bool res = Utf16_To_Utf8(p, &destLen, src, src.Length()); in ConvertUnicodeToUTF8()
/external/lzma/C/Util/7z/
D7zMain.c37 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8() function
90 Utf16_To_Utf8(NULL, &destLen, src, srcLen); in Utf16_To_Utf8Buf()
94 res = Utf16_To_Utf8(dest->data, &destLen, src, srcLen); in Utf16_To_Utf8Buf()
/external/lzma/
Dhistory.txt23 Utf16_To_Utf8 funstions in UTFConvert.cpp and 7zMain.c