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()
1118 while( sToken.SearchAndReplace( "\r", " " ) != STRING_NOTFOUND ) {}; in Execute()
1119 while( sToken.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in Execute()
1120 while( sToken.SearchAndReplace( " ", " " ) != STRING_NOTFOUND ) {}; in Execute()
1132 while ( sActPForm.SearchAndReplace( "||", "\\or" ) != STRING_NOTFOUND ) {}; in Execute()
1136 while ( sActPForm.SearchAndReplace( "||", "\\or" ) != STRING_NOTFOUND ) {}; in Execute()
1164 while( sToken.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in Execute()
1165 while( sToken.SearchAndReplace( " ", " " ) != STRING_NOTFOUND ) {}; in Execute()
1259 sOrig.SearchAndReplace( sPart , sPartUTF8 ); in UnmergeUTF8()
1454 while( sIdent.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in GetPairedListID()
1462 while( sString.SearchAndReplace( "\t", " " ) != STRING_NOTFOUND ) {}; in GetPairedListString()
1723 while ( sTmp.SearchAndReplace( "\\\\\"", "-=<[BSlashBSlashHKom]>=-\"" ) in GetText()
1725 while ( sTmp.SearchAndReplace( "\\\"", "-=<[Hochkomma]>=-" ) in GetText()
1727 while ( sTmp.SearchAndReplace( "\\", "-=<[0x7F]>=-" ) in GetText()
1729 while ( sTmp.SearchAndReplace( "\\0x7F", "-=<[0x7F]>=-" ) in GetText()
1747 while( sToken.SearchAndReplace( "\t", " " ) != in GetText()
1749 while( sToken.SearchAndReplace( " ", " " ) != in GetText()
1763 while ( sReturn.SearchAndReplace( "-=<[0x7F]>=-", "" ) in GetText()
1765 while ( sReturn.SearchAndReplace( "-=<[Hochkomma]>=-", "\"" ) in GetText()
1767 while ( sReturn.SearchAndReplace( "-=<[BSlashBSlashHKom]>=-", "\\\\" ) in GetText()
1771 while ( sReturn.SearchAndReplace( "\\\\", "-=<[BSlashBSlash]>=-" ) in GetText()
1773 while ( sReturn.SearchAndReplace( "-=<[BSlashBSlash]>=-", "\\" ) in GetText()
1797 while ( sText.SearchAndReplace( " \n", "\n" ) != STRING_NOTFOUND ) {}; in WriteToMerged()
2391 sLine.SearchAndReplace( "\"", "< \"" ); in MergeRest()
2495 sLine.SearchAndReplace( "\"", "< \"" ); in MergeRest()