Lines Matching refs:sal_Int32

150     OString( const sal_Char * value, sal_Int32 length ) SAL_THROW(())  in OString()
170 OString( const sal_Unicode * value, sal_Int32 length, in OString()
223 sal_Int32 getLength() const SAL_THROW(()) { return pData->length; } in getLength()
275 sal_Int32 compareTo( const OString & str ) const SAL_THROW(()) in compareTo()
294 sal_Int32 compareTo( const OString & rObj, sal_Int32 maxLength ) const SAL_THROW(()) in compareTo()
312 sal_Int32 reverseCompareTo( const OString & str ) const SAL_THROW(()) in reverseCompareTo()
378 sal_Bool match( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in match()
402 … sal_Bool matchIgnoreAsciiCase( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in matchIgnoreAsciiCase()
439 sal_Int32 hashCode() const SAL_THROW(()) in hashCode()
457 sal_Int32 indexOf( sal_Char ch, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
459sal_Int32 ret = rtl_str_indexOfChar_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, … in indexOf()
472 sal_Int32 lastIndexOf( sal_Char ch ) const SAL_THROW(()) in lastIndexOf()
489 sal_Int32 lastIndexOf( sal_Char ch, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
509 sal_Int32 indexOf( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
511sal_Int32 ret = rtl_str_indexOfStr_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in indexOf()
531 sal_Int32 lastIndexOf( const OString & str ) const SAL_THROW(()) in lastIndexOf()
554 sal_Int32 lastIndexOf( const OString & str, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
569 OString copy( sal_Int32 beginIndex ) const SAL_THROW(()) in copy()
593 OString copy( sal_Int32 beginIndex, sal_Int32 count ) const SAL_THROW(()) in copy()
640 OString replaceAt( sal_Int32 index, sal_Int32 count, const OString& newStr ) const SAL_THROW(()) in replaceAt()
743 OString getToken( sal_Int32 token, sal_Char cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()
783 sal_Int32 toInt32( sal_Int16 radix = 10 ) const SAL_THROW(()) in toInt32()
866 static OString valueOf( sal_Int32 i, sal_Int16 radix = 10 ) SAL_THROW(()) in valueOf()
973 inline sal_Bool SAL_CALL osl_assertFailedLine( const sal_Char* pszFileName, sal_Int32 nLine, const … in osl_assertFailedLine()