Differences From Artifact [4c42e42372]:
- File src/OFWideCString.h — part of check-in [326b0a1c33] at 2008-10-25 22:34:17 on branch trunk — initWithFooString -> initAsFooString. (user: js, size: 647) [annotate] [blame] [check-ins using]
To Artifact [8140132478]:
- File src/OFWideCString.h — part of check-in [2690e9848f] at 2008-11-05 17:13:44 on branch trunk — Start documenting stuff. (user: js, size: 625) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 | - - + + | } - initAsWideCString: (wchar_t*)str; - (wchar_t*)wcString; - (size_t)length; - (OFString*)clone; - (int)compareTo: (OFString*)str; |