Lines Matching refs:UInt16
70 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim)
106 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim)
153 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
165 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
208 static WRes MyCreateDir(const UInt16 *name)
234 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
250 static SRes PrintString(const UInt16 *s)
400 static WRes Set_File_FILETIME(const UInt16 *name, const FILETIME *mTime)
553 UInt16 *temp = NULL;
671 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
747 UInt16 *name = (UInt16 *)temp;
748 const UInt16 *destPath = (const UInt16 *)name;