Searched refs:nsAFlatString (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsStringFwd.h | 89 typedef nsString nsAFlatString; typedef
|
H A D | nsLiteralString.h | 106 #define NS_LITERAL_STRING(s) NS_STATIC_CAST(const nsAFlatString&, NS_MULTILINE_LITERAL_STRING(NS_LL(s)))
|
H A D | nsTString.h | 155 NS_COM PRInt32 Find( const nsAFlatString& aString, PRInt32 aOffset=0, PRInt32 aCount=-1 ) const; 176 NS_COM PRInt32 RFind( const nsAFlatString& aString, PRInt32 aOffset=-1, PRInt32 aCount=-1 ) const;
|
H A D | nsReadableUtils.h | 366 NS_COM const nsAFlatString& EmptyString();
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsHashtable.h | 431 nsStringKey(const nsAFlatString& str);
|
H A D | nsPersistentProperties.cpp | 62 ArenaStrdup(const nsAFlatString& aString, PLArenaPool* aArena)
|
H A D | nsHashtable.cpp | 640 nsStringKey::nsStringKey(const nsAFlatString& str)
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsStringObsolete.cpp | 1006 nsString::Find( const nsAFlatString& aString, PRInt32 aOffset, PRInt32 aCount ) const 1024 nsString::RFind( const nsAFlatString& aString, PRInt32 aOffset, PRInt32 aCount ) const
|
H A D | nsReadableUtils.cpp | 1110 NS_COM const nsAFlatString& EmptyString()
|
Completed in 1403 milliseconds