Lines Matching defs:const

293     const sal_Unicode& operator[]( int n ) const { return pData->buffer[n]; }  in operator []()
319 sal_Int32 compareTo( const OUString & str ) const SAL_THROW(()) in compareTo()
338 sal_Int32 compareTo( const OUString & str, sal_Int32 maxLength ) const SAL_THROW(()) in compareTo()
356 sal_Int32 reverseCompareTo( const OUString & str ) const SAL_THROW(()) in reverseCompareTo()
373 sal_Bool equals( const OUString & str ) const SAL_THROW(()) in equals()
397 sal_Bool equalsIgnoreAsciiCase( const OUString & str ) const SAL_THROW(()) in equalsIgnoreAsciiCase()
469 sal_Int32 compareToAscii( const sal_Char* asciiStr ) const SAL_THROW(()) in compareToAscii()
491 sal_Int32 compareToAscii( const sal_Char * asciiStr, sal_Int32 maxLength ) const SAL_THROW(()) in compareToAscii()
516 …sal_Int32 reverseCompareToAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const SAL_… in reverseCompareToAsciiL()
537 sal_Bool equalsAscii( const sal_Char* asciiStr ) const SAL_THROW(()) in equalsAscii()
560 sal_Bool equalsAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength ) const SAL_THROW(()) in equalsAsciiL()
587 sal_Bool equalsIgnoreAsciiCaseAscii( const sal_Char * asciiStr ) const SAL_THROW(()) in equalsIgnoreAsciiCaseAscii()
612 …sal_Bool equalsIgnoreAsciiCaseAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const … in equalsIgnoreAsciiCaseAsciiL()
687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL()
707 char const * asciiStr, sal_Int32 asciiStrLength) const in endsWithIgnoreAsciiCaseAsciiL()
779 sal_Int32 lastIndexOf( sal_Unicode ch ) const SAL_THROW(()) in lastIndexOf()
796 sal_Int32 lastIndexOf( sal_Unicode ch, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
870 sal_Int32 lastIndexOf( const OUString & str ) const SAL_THROW(()) in lastIndexOf()
893 sal_Int32 lastIndexOf( const OUString & str, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
918 sal_Int32 lastIndexOfAsciiL(char const * str, sal_Int32 len) const in lastIndexOfAsciiL()
934 OUString copy( sal_Int32 beginIndex ) const SAL_THROW(()) in copy()
958 OUString copy( sal_Int32 beginIndex, sal_Int32 count ) const SAL_THROW(()) in copy()
980 OUString concat( const OUString & str ) const SAL_THROW(()) in concat()
1005 … OUString replaceAt( sal_Int32 index, sal_Int32 count, const OUString& newStr ) const SAL_THROW(()) in replaceAt()
1025 OUString replace( sal_Unicode oldChar, sal_Unicode newChar ) const SAL_THROW(()) in replace()
1108 OUString getToken( sal_Int32 token, sal_Unicode cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()
1291 sal_uInt32 nFlags) const in convertToString()