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 libwinpr-path: start writing tests 2012-10-01 16:49:34 -04:00
CMakeLists.txt Added PathMakePath function. 2015-06-09 13:16:28 +02:00
TestPathAllocCanonicalize.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathAllocCombine.c Removed heap module from WinPR 2021-12-23 14:27:12 +01:00
TestPathCchAddBackslash.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPathCchAddBackslashEx.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPathCchAddExtension.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPathCchAppend.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPathCchAppendEx.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchCanonicalize.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchCanonicalizeEx.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchCombine.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchCombineEx.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchFindExtension.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPathCchIsRoot.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchRemoveBackslash.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchRemoveBackslashEx.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchRemoveExtension.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchRemoveFileSpec.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchRenameExtension.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchSkipRoot.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathCchStripPrefix.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPathCchStripToRoot.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPathIsUNCEx.c Fixed warnings 2022-04-28 11:24:51 +02:00
TestPathMakePath.c Fixed conditional warnings 2022-04-28 12:37:19 +02:00
TestPathShell.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00