Home | History | Annotate | Download | only in 7z

Lines Matching full:uint16

40 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen)

89 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
104 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
147 static WRes MyCreateDir(const UInt16 *name)
173 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
188 static SRes PrintString(const UInt16 *s)
316 UInt16 *temp = NULL;
410 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
478 UInt16 *name = (UInt16 *)temp;
479 const UInt16 *destPath = (const UInt16 *)name;