Lines Matching refs:UInt16
63 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8_Calc()
99 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8()
146 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8Buf()
158 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s in Utf16_To_Char()
201 static WRes MyCreateDir(const UInt16 *name) in MyCreateDir()
227 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name) in OutFile_OpenUtf16()
243 static SRes PrintString(const UInt16 *s) in PrintString()
384 UInt16 *temp = NULL; in main()
496 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); in main()
572 UInt16 *name = (UInt16 *)temp; in main()
573 const UInt16 *destPath = (const UInt16 *)name; in main()