Home
last modified time | relevance | path

Searched refs:fromIndex (Results 1 – 7 of 7) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx540 sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex ) in searchEOL() argument
544 sal_Int32 iLF = rStr.indexOf( LINE_SEP, fromIndex ); in searchEOL()
551 iRetPos = rStr.indexOf( LINE_SEP_CR, fromIndex ); in searchEOL()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx57 sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex );
/trunk/main/sal/inc/rtl/
H A Dstring.hxx378 sal_Bool match( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in match() argument
380 … return rtl_str_shortenedCompare_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in match()
404 …l_str_shortenedCompareIgnoreAsciiCase_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in matchIgnoreAsciiCase()
457 sal_Int32 indexOf( sal_Char ch, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf() argument
459 …_Int32 ret = rtl_str_indexOfChar_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, ch … in indexOf()
460 return (ret < 0 ? ret : ret+fromIndex); in indexOf()
489 sal_Int32 lastIndexOf( sal_Char ch, sal_Int32 fromIndex ) const SAL_THROW(()) in lastIndexOf()
491 return rtl_str_lastIndexOfChar_WithLength( pData->buffer, fromIndex, ch ); in lastIndexOf()
511 … sal_Int32 ret = rtl_str_indexOfStr_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in indexOf()
513 return (ret < 0 ? ret : ret+fromIndex); in indexOf()
[all …]
H A Dustring.hxx424 … return rtl_ustr_shortenedCompare_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in match()
448 …_ustr_shortenedCompareIgnoreAsciiCase_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in matchIgnoreAsciiCase()
642 …eturn rtl_ustr_ascii_shortenedCompare_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in matchAsciiL()
672 …ascii_shortenedCompareIgnoreAsciiCase_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in matchIgnoreAsciiCaseAsciiL()
766 …Int32 ret = rtl_ustr_indexOfChar_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, ch … in indexOf()
767 return (ret < 0 ? ret : ret+fromIndex); in indexOf()
818 … sal_Int32 ret = rtl_ustr_indexOfStr_WithLength( pData->buffer+fromIndex, pData->length-fromIndex, in indexOf()
820 return (ret < 0 ? ret : ret+fromIndex); in indexOf()
847 char const * str, sal_Int32 len, sal_Int32 fromIndex = 0) const in indexOfAsciiL() argument
851 pData->buffer + fromIndex, pData->length - fromIndex, str, len); in indexOfAsciiL()
[all …]
/trunk/main/sal/qa/rtl_strings/
H A Drtl_OUString.cxx653 sal_Int32 fromIndex; in test_rtl_OUString_match_002() member
697 (*(arrTestCase[i].input2),arrTestCase[i].fromIndex) == in test_rtl_OUString_match_002()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1342 sal_Int32 fromIndex = 0; in fillNode() local
1345 fromIndex = aString.indexOf( (sal_Unicode)';', fromIndex ); in fillNode()
1346 if( fromIndex == -1 ) in fillNode()
1349 fromIndex++; in fillNode()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx343 sal_Int32 fromIndex = 0; in count_codes() local
347 fromIndex = rString.indexOf( nCode, fromIndex ); in count_codes()
348 if( fromIndex == -1 ) in count_codes()
351 fromIndex++; in count_codes()

Completed in 76 milliseconds