perf update and bug fix: a=chofmann r=buster

git-svn-id: svn://10.0.0.236/trunk@49399 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-09-30 04:03:49 +00:00
parent e531fd4153
commit 3ee654688b
21 changed files with 551 additions and 438 deletions

View File

@@ -269,7 +269,7 @@ void ToUpperCase(nsString& aString) const;
* @return *this
*/
nsString& StripChars(const char* aSet);
nsString& StripChar(PRUnichar aChar);
nsString& StripChar(char aChar);
/**
* This method strips whitespace throughout the string