libs-base/Tests/base/NSString
thebeing 6f548d1c8d Optimise appending UTF-16 strings for formatting
If the string being appended to already uses unichar as the underlying 
character type, append the new characters using memcpy() instead of
looping over them individually. Also includes test cases to verify that
nothing breaks.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38969 72102866-910b-0410-8b05-ffd578937521
2015-09-04 09:48:07 +00:00
..
basic.m add a few character encoding tests 2013-09-10 15:54:30 +00:00
bom.m a few last fsf address updates 2015-03-21 15:11:56 +00:00
boolValue.m import testsuite 2011-02-16 08:21:17 +00:00
locale.m * Tests/base/NSString/locale.m: Expand test of compare: 2012-03-05 07:08:46 +00:00
NSString_base.m import testsuite 2011-02-16 08:21:17 +00:00
NSString_custom.m import testsuite 2011-02-16 08:21:17 +00:00
NSString_tests.h improve encoding tests 2012-01-31 10:37:13 +00:00
NSString_zero_hash.m import testsuite 2011-02-16 08:21:17 +00:00
nuls_in_strings.m simple test for finding embeded nul 2015-07-21 16:35:46 +00:00
order.m check for failures 2011-03-16 15:25:09 +00:00
regex.m Mimic OSX handling of what appears to be an ICU bug 2014-04-12 04:38:13 +00:00
test00.m a few more range checks 2015-05-26 17:27:14 +00:00
test01.m import testsuite 2011-02-16 08:21:17 +00:00
test02.m make string standardisation more consistent 2014-02-03 13:30:46 +00:00
test03.m import testsuite 2011-02-16 08:21:17 +00:00
test04.m import testsuite 2011-02-16 08:21:17 +00:00
test05.m import testsuite 2011-02-16 08:21:17 +00:00
test06.m add tests for replacing percent escapes 2012-03-02 08:13:49 +00:00
test07.m fix (and test) for bug #43722 2014-11-29 11:02:23 +00:00
TestInfo Add TestInfo markers 2011-02-23 18:34:39 +00:00
tilde.m tidy 2013-04-04 08:12:51 +00:00
unichar_format.m Optimise appending UTF-16 strings for formatting 2015-09-04 09:48:07 +00:00
utf8bom.txt import testsuite 2011-02-16 08:21:17 +00:00