Home
last modified time | relevance | path

Searched refs:cRep (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dstring.hxx330 xub_StrLen SearchAndReplace( sal_Char c, sal_Char cRep, xub_StrLen nIndex = 0 );
335 void SearchAndReplaceAll( sal_Char c, sal_Char cRep );
625 xub_StrLen SearchAndReplace( sal_Unicode c, sal_Unicode cRep,
633 void SearchAndReplaceAll( sal_Unicode c, sal_Unicode cRep );
/trunk/main/tools/source/string/
H A Dstrimp.cxx1702 xub_StrLen STRING::SearchAndReplace( STRCODE c, STRCODE cRep, xub_StrLen nIndex ) in SearchAndReplace() argument
1714 mpData->maStr[nIndex] = cRep; in SearchAndReplace()
1757 void STRING::SearchAndReplaceAll( STRCODE c, STRCODE cRep ) in SearchAndReplaceAll() argument
1769 mpData->maStr[nIndex] = cRep; in SearchAndReplaceAll()

Completed in 26 milliseconds