Thomas Mertes
|
4f6caf6ca3
|
Tests for RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
RtlInitUnicodeStringEx.
|
2003-05-06 18:28:02 +00:00 |
Thomas Mertes
|
b5763feb55
|
Tests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlUnicodeStringToAnsiString,
RtlAppendAsciizToString, RtlAppendStringToString,
RtlAppendUnicodeToString and RtlAppendUnicodeStringToString.
|
2003-04-08 00:56:01 +00:00 |
Thomas Mertes
|
83ee8478d4
|
Tests for RtlCompareMemoryUlong, RtlUniform, RtlDowncaseUnicodeString,
RtlAppendUnicodeStringToString.
|
2003-03-22 00:21:35 +00:00 |
Thomas Mertes
|
9f5f86e3a3
|
Tests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
RtlUpcaseUnicodeChar.
|
2003-02-19 03:40:14 +00:00 |
Francois Gouget
|
e1685e6bf5
|
ok() does not support '%S'. Store the Ansi version, convert to Unicode
when needed, and print the Ansi version using ok().
Fix 'value is so large it is unsigned' warnings.
|
2003-01-16 00:11:32 +00:00 |
Francois Gouget
|
e0af6d0218
|
Call lstrcmpW rather than wcscmp.
|
2003-01-03 03:02:15 +00:00 |
Alexandre Julliard
|
ea2b6df7f6
|
Avoid some warnings.
|
2002-12-19 21:15:41 +00:00 |
Robert Shearman
|
bd4a385c7e
|
First of tests for the Rtl* string manipulation functions.
|
2002-11-12 02:18:10 +00:00 |