Searched defs:fromIndex (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sal/inc/rtl/ |
H A D | ustring.hxx | 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() 640 …sal_Bool matchAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fromIndex = 0 … in matchAsciiL() 670 …ciiCaseAsciiL( const sal_Char* asciiStr, sal_Int32 asciiStrLength, sal_Int32 fromIndex = 0 ) const… in matchIgnoreAsciiCaseAsciiL() 764 sal_Int32 indexOf( sal_Unicode ch, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf() 816 sal_Int32 indexOf( const OUString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf() 847 char const * str, sal_Int32 len, sal_Int32 fromIndex = 0) const in indexOfAsciiL()
|
H A D | string.hxx | 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() 454 sal_Int32 indexOf( sal_Char ch, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf() 506 sal_Int32 indexOf( const OString & str, sal_Int32 fromIndex = 0 ) const SAL_THROW(()) in indexOf()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 343 sal_Int32 fromIndex = 0; in count_codes() local
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2b.cxx | 540 sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex ) in searchEOL()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1342 sal_Int32 fromIndex = 0; in fillNode() local
|
/aoo41x/main/sal/qa/rtl_strings/ |
H A D | rtl_OUString.cxx | 653 sal_Int32 fromIndex; in test_rtl_OUString_match_002() member
|
Completed in 227 milliseconds