webengine/osswebengine/WebCore/platform/DeprecatedString.h
changeset 13 10e98eab6f85
parent 0 dd21522fd290
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
   287 
   287 
   288 #if PLATFORM(QT)
   288 #if PLATFORM(QT)
   289     DeprecatedString(const QString&);
   289     DeprecatedString(const QString&);
   290     operator QString() const;
   290     operator QString() const;
   291 #endif
   291 #endif
   292 
   292 		static void deleteSharedNull();
       
   293 				
   293     static DeprecatedString fromLatin1(const char *);
   294     static DeprecatedString fromLatin1(const char *);
   294     static DeprecatedString fromLatin1(const char *, int len);
   295     static DeprecatedString fromLatin1(const char *, int len);
   295     static DeprecatedString fromUtf8(const char *);
   296     static DeprecatedString fromUtf8(const char *);
   296     static DeprecatedString fromUtf8(const char *, int len);
   297     static DeprecatedString fromUtf8(const char *, int len);
   297 #if PLATFORM(CF)
   298 #if PLATFORM(CF)