Lines Matching refs:sal_Int32

147     OString( const sal_Char * value, sal_Int32 length ) SAL_THROW(())  in OString()
167 OString( const sal_Unicode * value, sal_Int32 length, in OString()
220 sal_Int32 getLength() const SAL_THROW(()) { return pData->length; } in getLength()
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()
375 sal_Bool match( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in match()
399 … sal_Bool matchIgnoreAsciiCase( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in matchIgnoreAsciiCase()
436 sal_Int32 hashCode() const SAL_THROW(()) in hashCode()
454 sal_Int32 indexOf( sal_Char ch, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
456sal_Int32 ret = rtl_str_indexOfChar_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, … in indexOf()
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()
506 sal_Int32 indexOf( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
508sal_Int32 ret = rtl_str_indexOfStr_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in indexOf()
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()
637 OString replaceAt( sal_Int32 index, sal_Int32 count, const OString& newStr ) const SAL_THROW(()) in replaceAt()
740 OString getToken( sal_Int32 token, sal_Char cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()
780 sal_Int32 toInt32( sal_Int16 radix = 10 ) const SAL_THROW(()) in toInt32()
863 static OString valueOf( sal_Int32 i, sal_Int16 radix = 10 ) SAL_THROW(()) in valueOf()
970 inline sal_Bool SAL_CALL osl_assertFailedLine( const sal_Char* pszFileName, sal_Int32 nLine, const … in osl_assertFailedLine()