Home
last modified time | relevance | path

Searched refs:subStr (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sal/inc/rtl/
H A Dustring.h622 sal_Int32 SAL_CALL rtl_ustr_indexOfStr( const sal_Unicode * str, const sal_Unicode * subStr ) SAL_T…
646 …_WithLength( const sal_Unicode * str, sal_Int32 len, const sal_Unicode * subStr, sal_Int32 subLen …
674 char const * subStr, sal_Int32 subLen) SAL_THROW_EXTERN_C();
691 sal_Int32 SAL_CALL rtl_ustr_lastIndexOfStr( const sal_Unicode * str, const sal_Unicode * subStr ) S…
715 …_WithLength( const sal_Unicode * str, sal_Int32 len, const sal_Unicode * subStr, sal_Int32 subLen …
743 char const * subStr, sal_Int32 subLen) SAL_THROW_EXTERN_C();
1295 …newStr, rtl_uString * str, sal_Int32 idx, sal_Int32 count, rtl_uString * subStr ) SAL_THROW_EXTERN…
H A Dstring.h356 sal_Int32 SAL_CALL rtl_str_indexOfStr( const sal_Char * str, const sal_Char * subStr ) SAL_THROW_EX…
380 …xOfStr_WithLength( const sal_Char * str, sal_Int32 len, const sal_Char * subStr, sal_Int32 subLen …
397 sal_Int32 SAL_CALL rtl_str_lastIndexOfStr( const sal_Char * str, const sal_Char * subStr ) SAL_THRO…
421 …xOfStr_WithLength( const sal_Char * str, sal_Int32 len, const sal_Char * subStr, sal_Int32 subLen …
933 …* newStr, rtl_String * str, sal_Int32 idx, sal_Int32 count, rtl_String * subStr ) SAL_THROW_EXTERN…
/aoo42x/main/sal/rtl/source/
H A Dustring.c78 char const * subStr, sal_Int32 subLen) in rtl_ustr_indexOfAscii_WithLength() argument
84 str + i, subStr, subLen)) in rtl_ustr_indexOfAscii_WithLength()
95 char const * subStr, sal_Int32 subLen) in rtl_ustr_lastIndexOfAscii_WithLength() argument
101 str + i, subStr, subLen)) in rtl_ustr_lastIndexOfAscii_WithLength()
/aoo42x/main/sal/osl/all/
H A Ddebugbase.cxx71 inline bool isSubStr( char const* pStr, rtl::OString const& subStr ) in isSubStr() argument
73 return rtl_str_indexOfStr( pStr, subStr.getStr() ) >= 0; in isSubStr()

Completed in 175 milliseconds