зеркало из https://github.com/mozilla/pjs.git
Unified some signatures of |AppendWithConversion|
This commit is contained in:
Родитель
62b5f82b89
Коммит
af62f49483
|
@ -482,16 +482,12 @@ public:
|
|||
* @return number of chars copied
|
||||
*/
|
||||
|
||||
void AppendWithConversion(const char*, PRInt32=-1);
|
||||
void AppendWithConversion(PRInt32, PRInt32=10); //radix=8,10 or 16
|
||||
void AppendWithConversion(float);
|
||||
void AppendWithConversion(char);
|
||||
|
||||
#ifdef NEW_STRING_APIS
|
||||
void AppendWithConversion(const char*);
|
||||
void AppendWithConversion(const char*, PRInt32);
|
||||
#else
|
||||
void AppendWithConversion(const char*, PRInt32=-1);
|
||||
|
||||
#ifndef NEW_STRING_APIS
|
||||
/*
|
||||
* Appends n characters from given string to this,
|
||||
*
|
||||
|
|
|
@ -482,16 +482,12 @@ public:
|
|||
* @return number of chars copied
|
||||
*/
|
||||
|
||||
void AppendWithConversion(const char*, PRInt32=-1);
|
||||
void AppendWithConversion(PRInt32, PRInt32=10); //radix=8,10 or 16
|
||||
void AppendWithConversion(float);
|
||||
void AppendWithConversion(char);
|
||||
|
||||
#ifdef NEW_STRING_APIS
|
||||
void AppendWithConversion(const char*);
|
||||
void AppendWithConversion(const char*, PRInt32);
|
||||
#else
|
||||
void AppendWithConversion(const char*, PRInt32=-1);
|
||||
|
||||
#ifndef NEW_STRING_APIS
|
||||
/*
|
||||
* Appends n characters from given string to this,
|
||||
*
|
||||
|
|
|
@ -482,16 +482,12 @@ public:
|
|||
* @return number of chars copied
|
||||
*/
|
||||
|
||||
void AppendWithConversion(const char*, PRInt32=-1);
|
||||
void AppendWithConversion(PRInt32, PRInt32=10); //radix=8,10 or 16
|
||||
void AppendWithConversion(float);
|
||||
void AppendWithConversion(char);
|
||||
|
||||
#ifdef NEW_STRING_APIS
|
||||
void AppendWithConversion(const char*);
|
||||
void AppendWithConversion(const char*, PRInt32);
|
||||
#else
|
||||
void AppendWithConversion(const char*, PRInt32=-1);
|
||||
|
||||
#ifndef NEW_STRING_APIS
|
||||
/*
|
||||
* Appends n characters from given string to this,
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче