зеркало из https://github.com/mozilla/gecko-dev.git
Bug 113228: Remove To{Lower,Upper}Case from ns{C}String. r=bzbarsky, sr=jst
This commit is contained in:
Родитель
c55591d51e
Коммит
bd932efbcb
|
@ -235,22 +235,6 @@ PRBool nsCString::SetCharAt(PRUnichar aChar,PRUint32 anIndex){
|
|||
Lexomorphic transforms...
|
||||
*********************************************************************/
|
||||
|
||||
/**
|
||||
* Converts all chars in internal string to lower
|
||||
* @update gess 01/04/99
|
||||
*/
|
||||
void nsCString::ToLowerCase() {
|
||||
nsStr::ChangeCase(*this,PR_FALSE);
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts all chars in internal string to upper
|
||||
* @update gess 01/04/99
|
||||
*/
|
||||
void nsCString::ToUpperCase() {
|
||||
nsStr::ChangeCase(*this,PR_TRUE);
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
* characters found in aSet from this string.
|
||||
|
|
|
@ -150,19 +150,6 @@ public:
|
|||
Lexomorphic transforms...
|
||||
*********************************************************************/
|
||||
|
||||
/**
|
||||
* Converts chars in this to lowercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToLowerCase();
|
||||
|
||||
|
||||
/**
|
||||
* Converts chars in this to uppercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToUpperCase();
|
||||
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -171,20 +171,6 @@ public:
|
|||
*********************************************************************/
|
||||
|
||||
|
||||
/**
|
||||
* Converts chars in this to lowercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToLowerCase();
|
||||
|
||||
|
||||
/**
|
||||
* Converts chars in this to uppercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToUpperCase();
|
||||
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
* characters found in aSet from this string.
|
||||
|
|
|
@ -235,22 +235,6 @@ PRBool nsCString::SetCharAt(PRUnichar aChar,PRUint32 anIndex){
|
|||
Lexomorphic transforms...
|
||||
*********************************************************************/
|
||||
|
||||
/**
|
||||
* Converts all chars in internal string to lower
|
||||
* @update gess 01/04/99
|
||||
*/
|
||||
void nsCString::ToLowerCase() {
|
||||
nsStr::ChangeCase(*this,PR_FALSE);
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts all chars in internal string to upper
|
||||
* @update gess 01/04/99
|
||||
*/
|
||||
void nsCString::ToUpperCase() {
|
||||
nsStr::ChangeCase(*this,PR_TRUE);
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
* characters found in aSet from this string.
|
||||
|
|
|
@ -150,19 +150,6 @@ public:
|
|||
Lexomorphic transforms...
|
||||
*********************************************************************/
|
||||
|
||||
/**
|
||||
* Converts chars in this to lowercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToLowerCase();
|
||||
|
||||
|
||||
/**
|
||||
* Converts chars in this to uppercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToUpperCase();
|
||||
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -171,20 +171,6 @@ public:
|
|||
*********************************************************************/
|
||||
|
||||
|
||||
/**
|
||||
* Converts chars in this to lowercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToLowerCase();
|
||||
|
||||
|
||||
/**
|
||||
* Converts chars in this to uppercase
|
||||
* @update gess 7/27/98
|
||||
*/
|
||||
void ToUpperCase();
|
||||
|
||||
|
||||
/**
|
||||
* This method is used to remove all occurances of the
|
||||
* characters found in aSet from this string.
|
||||
|
|
Загрузка…
Ссылка в новой задаче