Searched refs:subStr (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/inc/rtl/ |
H A D | ustring.h | 622 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 D | string.h | 356 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…
|
/aoo41x/main/sal/rtl/source/ |
H A D | ustring.c | 78 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()
|
/aoo41x/main/sal/osl/all/ |
H A D | debugbase.cxx | 71 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 34 milliseconds