HomeSort by relevance Sort by last modified time
    Searched refs:MyStringCopy (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/Windows/
CommonDialog.cpp 41 MyStringCopy(Buf, s);
64 MyStringCopy(Buf, s);
122 MyStringCopy(buf, (const char *)GetSystemString(filePath));
152 MyStringCopy(buf, filePath);
  /external/lzma/CPP/Common/
MyString.cpp 148 MyStringCopy(s, (const wchar_t *)MultiByteToUnicodeString(a));
163 MyStringCopy(s, (const wchar_t *)MultiByteToUnicodeString(a));
458 MyStringCopy(_chars, s);
464 MyStringCopy(_chars, s._chars);
493 MyStringCopy(_chars, s);
510 MyStringCopy(_chars, s._chars);
575 MyStringCopy(_chars + _len, s);
583 MyStringCopy(_chars + _len, s._chars);
1459 MyStringCopy(_chars, s);
1493 MyStringCopy(_chars, s._chars);
    [all...]
MyString.h 33 inline void MyStringCopy(char *dest, const char *src)
58 inline void MyStringCopy(wchar_t *dest, const wchar_t *src)
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 485 MyStringCopy(temp + pos, name);
490 MyStringCopy(dest, s);

Completed in 323 milliseconds