Bug 113228: Remove To{Lower,Upper}Case from ns{C}String. r=bzbarsky, sr=jst
git-svn-id: svn://10.0.0.236/trunk@111413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -246,22 +246,6 @@ PRBool nsString::SetCharAt(PRUnichar aChar,PRUint32 anIndex){
|
||||
Lexomorphic transforms...
|
||||
*********************************************************************/
|
||||
|
||||
/**
|
||||
* Converts all chars in internal string to lower
|
||||
* @update gess 01/04/99
|
||||
*/
|
||||
void nsString::ToLowerCase() {
|
||||
nsStr::ChangeCase(*this,PR_FALSE);
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts all chars in internal string to upper
|
||||
* @update gess 01/04/99
|
||||
*/
|
||||
void nsString::ToUpperCase() {
|
||||
nsStr::ChangeCase(*this,PR_TRUE);
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
* characters found in aSet from this string.
|
||||
|
||||
Reference in New Issue
Block a user