Searched refs:oldChar (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sal/inc/rtl/ |
H A D | string.h | 437 void SAL_CALL rtl_str_replaceChar( sal_Char * str, sal_Char oldChar, sal_Char newChar ) SAL_THROW_E… 456 void SAL_CALL rtl_str_replaceChar_WithLength( sal_Char * str, sal_Int32 len, sal_Char oldChar, sal_… 959 void SAL_CALL rtl_string_newReplace( rtl_String ** newStr, rtl_String * str, sal_Char oldChar, sal_…
|
H A D | ustring.h | 759 void SAL_CALL rtl_ustr_replaceChar( sal_Unicode * str, sal_Unicode oldChar, sal_Unicode newChar ) S… 778 …tr_replaceChar_WithLength( sal_Unicode * str, sal_Int32 len, sal_Unicode oldChar, sal_Unicode newC… 1321 void SAL_CALL rtl_uString_newReplace( rtl_uString ** newStr, rtl_uString * str, sal_Unicode oldChar…
|
H A D | string.hxx | 660 OString replace( sal_Char oldChar, sal_Char newChar ) const SAL_THROW(()) in replace() argument 663 rtl_string_newReplace( &pNew, pData, oldChar, newChar ); in replace()
|
H A D | ustring.hxx | 1025 OUString replace( sal_Unicode oldChar, sal_Unicode newChar ) const SAL_THROW(()) in replace() argument 1028 rtl_uString_newReplace( &pNew, pData, oldChar, newChar ); in replace()
|
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_OString.cxx | 3405 sal_Char oldChar; in test_rtl_OString_replace() member 3428 aStr1= arrTestCase[i].input->replace(arrTestCase[i].oldChar, in test_rtl_OString_replace()
|
H A D | rtl_OUString.cxx | 2877 sal_Unicode oldChar; in test_rtl_OUString_replace() member 2905 aStr1= arrTestCase[i].input->replace(arrTestCase[i].oldChar,arrTestCase[i].newChar); in test_rtl_OUString_replace()
|
Completed in 79 milliseconds