Lines Matching refs:sal_Int32

158     OUString( const sal_Unicode * value, sal_Int32 length ) SAL_THROW(())  in OUString()
178 OUString( const sal_Char * value, sal_Int32 length, in OUString()
210 sal_uInt32 const * codePoints, sal_Int32 codePointCount): in OUString()
275 sal_Int32 getLength() const SAL_THROW(()) { return pData->length; } in getLength()
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()
422 sal_Bool match( const OUString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in match()
446 … sal_Bool matchIgnoreAsciiCase( const OUString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in matchIgnoreAsciiCase()
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()
516sal_Int32 reverseCompareToAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const SAL_… in reverseCompareToAsciiL()
560 sal_Bool equalsAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength ) const SAL_THROW(()) in equalsAsciiL()
612 …sal_Bool equalsIgnoreAsciiCaseAsciiL( const sal_Char * asciiStr, sal_Int32 asciiStrLength ) const … in equalsIgnoreAsciiCaseAsciiL()
640 …sal_Bool matchAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fromIndex = 0 … in matchAsciiL()
670 …Bool matchIgnoreAsciiCaseAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fro… in matchIgnoreAsciiCaseAsciiL()
687 inline bool endsWithAsciiL(char const * asciiStr, sal_Int32 asciiStrLength) in endsWithAsciiL()
707 char const * asciiStr, sal_Int32 asciiStrLength) const in endsWithIgnoreAsciiCaseAsciiL()
746 sal_Int32 hashCode() const SAL_THROW(()) in hashCode()
764 sal_Int32 indexOf( sal_Unicode ch, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
766sal_Int32 ret = rtl_ustr_indexOfChar_WithLength( pData->buffer+fromIndex, pData->length-fromIndex,… in indexOf()
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()
816 sal_Int32 indexOf( const OUString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
818sal_Int32 ret = rtl_ustr_indexOfStr_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in indexOf()
846 sal_Int32 indexOfAsciiL( in indexOfAsciiL()
847 char const * str, sal_Int32 len, sal_Int32 fromIndex = 0) const in indexOfAsciiL()
850 sal_Int32 ret = rtl_ustr_indexOfAscii_WithLength( in indexOfAsciiL()
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()
1005 … OUString replaceAt( sal_Int32 index, sal_Int32 count, const OUString& newStr ) const SAL_THROW(()) in replaceAt()
1108 OUString getToken( sal_Int32 token, sal_Unicode cTok, sal_Int32& index ) const SAL_THROW(()) in getToken()
1148 sal_Int32 toInt32( sal_Int16 radix = 10 ) const SAL_THROW(()) in toInt32()
1248 static OUString intern( const sal_Char * value, sal_Int32 length, in intern()
1349 sal_Int32 * indexUtf16, sal_Int32 incrementCodePoints = 1) const in iterateCodePoints()
1393 static OUString valueOf( sal_Int32 i, sal_Int16 radix = 10 ) SAL_THROW(()) in valueOf()