(file) Return to String.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/String.h between version 1.48 and 1.49

version 1.48, 2002/05/06 20:13:09 version 1.49, 2002/05/09 22:29:54
Line 348 
Line 348 
     */     */
     Uint32 reverseFind(Char16 c) const;     Uint32 reverseFind(Char16 c) const;
  
   #ifdef PEGASUS_INTERNALONLY
       // ATTN-RK-P3-20020509: Define case-sensitivity for non-English characters
     /** Converts all characters in this string to lower case.     /** Converts all characters in this string to lower case.
     */     */
     void toLower();     void toLower();
  
     /// Convert the plain old C-string to lower case:     /// Convert the plain old C-string to lower case:
     static void toLower(char* str);     static void toLower(char* str);
   #endif
  
     /** Translate any occurences of fromChar to toChar.     /** Translate any occurences of fromChar to toChar.
     */     */
Line 389 
Line 392 
  
     static int compareNoCase(const char* s1, const char* s2);     static int compareNoCase(const char* s1, const char* s2);
  
   #ifdef PEGASUS_INTERNALONLY
       static int compareNoCase(const String& s1, const String& s2);
   #endif
   
     /** Compare two String objects for equality.     /** Compare two String objects for equality.
         @param s1 First <TT>String</TT> for comparison.         @param s1 First <TT>String</TT> for comparison.
         @param s2 Second <TT>String</TT> for comparison.         @param s2 Second <TT>String</TT> for comparison.


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2