FreeRDP/winpr/libwinpr/path/test
akallabeth 5799fb2018 Replace ConvertFromUnicode and ConvertToUnicode
* Use new ConvertUtf8ToWChar, ConvertUtf8NToWChar,
  ConvertUtf8ToWCharAlloc and ConvertUtf8NToWCharAlloc
* Use new ConvertWCharToUtf8, ConvertWCharNToUtf8,
  ConvertWCharToUtf8Alloc and ConvertWCharNToUtf8Alloc
* Use new Stream UTF16 to/from UTF8 read/write functions
* Use new settings UTF16 to/from UTF8 read/write functions
2022-11-28 10:42:36 +01:00
..
.gitignore
CMakeLists.txt
TestPathAllocCanonicalize.c
TestPathAllocCombine.c
TestPathCchAddBackslash.c
TestPathCchAddBackslashEx.c
TestPathCchAddExtension.c
TestPathCchAppend.c
TestPathCchAppendEx.c
TestPathCchCanonicalize.c
TestPathCchCanonicalizeEx.c
TestPathCchCombine.c
TestPathCchCombineEx.c
TestPathCchFindExtension.c
TestPathCchIsRoot.c
TestPathCchRemoveBackslash.c
TestPathCchRemoveBackslashEx.c
TestPathCchRemoveExtension.c
TestPathCchRemoveFileSpec.c
TestPathCchRenameExtension.c
TestPathCchSkipRoot.c
TestPathCchStripPrefix.c
TestPathCchStripToRoot.c
TestPathIsUNCEx.c
TestPathMakePath.c
TestPathShell.c