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

Lines Matching full:uint16

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

86 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode)
134 static WRes MyCreateDir(const UInt16 *name)
160 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
175 static SRes PrintString(const UInt16 *s)
292 UInt16 *temp = NULL;
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
433 UInt16 *name = (UInt16 *)temp;
434 const UInt16 *destPath = (const UInt16 *)name;