WIP for removal of deprecated string methods

git-svn-id: svn://10.0.0.236/trunk@62734 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2000-03-12 22:21:14 +00:00
parent d9085e3e51
commit b0ba15c22d
3 changed files with 6 additions and 0 deletions

View File

@@ -197,6 +197,8 @@ enum eCharSize {eOneByte=0,eTwoByte=1};
#define kRadix16 (16)
#define kAutoDetect (100)
#define kRadixUnknown (kAutoDetect+1)
#define IGNORE_CASE (PR_TRUE)
const PRInt32 kDefaultStringSize = 64;
const PRInt32 kNotFound = -1;