(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.66 and 1.67

version 1.66, 2002/09/16 18:44:24 version 1.67, 2002/09/19 17:36:52
Line 307 
Line 307 
     */     */
     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();
 #endif  
  
     /** Compare the first n characters of the two strings..     /** Compare the first n characters of the two strings..
         @param s1 First null-terminated string for the comparison.         @param s1 First null-terminated string for the comparison.
Line 334 
Line 331 
     */     */
     static int compare(const String& s1, const String& s2);     static int compare(const String& s1, const String& s2);
  
 #ifdef PEGASUS_INTERNALONLY  
     /** Just like one above except ignores case differences.     /** Just like one above except ignores case differences.
     */     */
     static int compareNoCase(const String& s1, const String& s2);     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.


Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2