Lines Matching refs:SearchAndReplace

658                         while( sToken.SearchAndReplace( "\r", " " ) != STRING_NOTFOUND ) {};  in Execute()
659 while( sToken.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in Execute()
660 while( sToken.SearchAndReplace( " ", " " ) != STRING_NOTFOUND ) {}; in Execute()
693 while( sToken.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in Execute()
1108 while( sToken.SearchAndReplace( "\r", " " ) != STRING_NOTFOUND ) {}; in Execute()
1109 while( sToken.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in Execute()
1110 while( sToken.SearchAndReplace( " ", " " ) != STRING_NOTFOUND ) {}; in Execute()
1122 while ( sActPForm.SearchAndReplace( "||", "\\or" ) != STRING_NOTFOUND ) {}; in Execute()
1126 while ( sActPForm.SearchAndReplace( "||", "\\or" ) != STRING_NOTFOUND ) {}; in Execute()
1154 while( sToken.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in Execute()
1155 while( sToken.SearchAndReplace( " ", " " ) != STRING_NOTFOUND ) {}; in Execute()
1249 sOrig.SearchAndReplace( sPart , sPartUTF8 ); in UnmergeUTF8()
1444 while( sIdent.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in GetPairedListID()
1452 while( sString.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in GetPairedListString()
1713 while ( sTmp.SearchAndReplace( "\\\\\"", "-=<[BSlashBSlashHKom]>=-\"" ) in GetText()
1715 while ( sTmp.SearchAndReplace( "\\\"", "-=<[Hochkomma]>=-" ) in GetText()
1717 while ( sTmp.SearchAndReplace( "\\", "-=<[0x7F]>=-" ) in GetText()
1719 while ( sTmp.SearchAndReplace( "\\0x7F", "-=<[0x7F]>=-" ) in GetText()
1737 while( sToken.SearchAndReplace( "\t", " " ) != in GetText()
1739 while( sToken.SearchAndReplace( " ", " " ) != in GetText()
1753 while ( sReturn.SearchAndReplace( "-=<[0x7F]>=-", "" ) in GetText()
1755 while ( sReturn.SearchAndReplace( "-=<[Hochkomma]>=-", "\"" ) in GetText()
1757 while ( sReturn.SearchAndReplace( "-=<[BSlashBSlashHKom]>=-", "\\\\" ) in GetText()
1761 while ( sReturn.SearchAndReplace( "\\\\", "-=<[BSlashBSlash]>=-" ) in GetText()
1763 while ( sReturn.SearchAndReplace( "-=<[BSlashBSlash]>=-", "\\" ) in GetText()
1787 while ( sText.SearchAndReplace( " \n", "\n" ) != STRING_NOTFOUND ) {}; in WriteToMerged()
2381 sLine.SearchAndReplace( "\"", "< \"" ); in MergeRest()
2485 sLine.SearchAndReplace( "\"", "< \"" ); in MergeRest()