Lines Matching defs:const
243 const sal_Char& operator[]( int n ) const { return pData->buffer[n]; } in operator []()
272 sal_Int32 compareTo( const OString & str ) const SAL_THROW(()) in compareTo()
291 sal_Int32 compareTo( const OString & rObj, sal_Int32 maxLength ) const SAL_THROW(()) in compareTo()
309 sal_Int32 reverseCompareTo( const OString & str ) const SAL_THROW(()) in reverseCompareTo()
326 sal_Bool equals( const OString & str ) const SAL_THROW(()) in equals()
350 sal_Bool equalsIgnoreAsciiCase( const OString & str ) const SAL_THROW(()) in equalsIgnoreAsciiCase()
469 sal_Int32 lastIndexOf( sal_Char ch ) const SAL_THROW(()) in lastIndexOf()
486 sal_Int32 lastIndexOf( sal_Char ch, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
528 sal_Int32 lastIndexOf( const OString & str ) const SAL_THROW(()) in lastIndexOf()
551 sal_Int32 lastIndexOf( const OString & str, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
566 OString copy( sal_Int32 beginIndex ) const SAL_THROW(()) in copy()
590 OString copy( sal_Int32 beginIndex, sal_Int32 count ) const SAL_THROW(()) in copy()
612 OString concat( const OString & str ) const SAL_THROW(()) in concat()
637 OString replaceAt( sal_Int32 index, sal_Int32 count, const OString& newStr ) const SAL_THROW(()) in replaceAt()
657 OString replace( sal_Char oldChar, sal_Char newChar ) const SAL_THROW(()) in replace()
740 OString getToken( sal_Int32 token, sal_Char cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()