Name Date Size #Lines LOC

..02-Oct-2020-

export.expH A D18-Oct-201924 21

makefile.mkH A D18-Oct-20194.2 KiB14961

readme.txtH A D18-Oct-2019592 2113

rtl_OString.cxxH A D18-Oct-2019116.5 KiB3,6022,457

rtl_OUString.cxxH A D18-Oct-2019129.3 KiB3,8552,660

rtl_OUStringBuffer.cxxH A D18-Oct-201969.5 KiB1,8201,431

rtl_String_Const.hH A D18-Oct-201933.9 KiB882612

rtl_String_Utils.cxxH A D18-Oct-201913.3 KiB590395

rtl_String_Utils.hxxH A D18-Oct-20194.6 KiB13458

rtl_String_Utils_Const.hH A D18-Oct-20192.5 KiB7121

rtl_old_testostring.cxxH A D18-Oct-20199 KiB263160

rtl_old_testowstring.cxxH A D18-Oct-201920.3 KiB418216

rtl_old_teststrbuf.cxxH A D18-Oct-20198.2 KiB266160

readme.txt

1This is the old test implemantation of rtl::XString.
2If you want to write new or better tests:
3Identify the test function in the source and remark it.
4
5The best way to remark old tests, go to the end of the source code and remark
6only the test_rtl_<X>String_<function>(hRtlTestResult); so the test will not
7executed any longer.
8
9There are already some new tests for rtl::XString, take a look into the
10directory sal/qa/rtl/ostring or sal/qa/rtl/oustring, where are some
11replacements added.
12
13
14Any other Questions?
15
16Do not hesitate to contact me at 'lla<at>openoffice.org'.
17
18best regards,
19Lars
20
21