Name Date Size #Lines LOC

..22-May-2021-

export.expH A D22-May-202124 21

makefile.mkH A D22-May-20214.2 KiB14961

readme.txtH A D22-May-2021592 2113

rtl_OString.cxxH A D22-May-2021116.5 KiB3,6022,457

rtl_OUString.cxxH A D22-May-2021129.3 KiB3,8552,660

rtl_OUStringBuffer.cxxH A D22-May-202169.5 KiB1,8201,431

rtl_String_Const.hH A D22-May-202133.9 KiB882612

rtl_String_Utils.cxxH A D22-May-202113.3 KiB590395

rtl_String_Utils.hxxH A D22-May-20214.6 KiB13458

rtl_String_Utils_Const.hH A D22-May-20212.5 KiB7121

rtl_old_testostring.cxxH A D22-May-20219 KiB263160

rtl_old_testowstring.cxxH A D22-May-202120.3 KiB418216

rtl_old_teststrbuf.cxxH A D22-May-20218.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