Searched refs:replacestring (Results 1 – 5 of 5) sorted by relevance
94 my $replacestring = "";95 for ( my $i = 1; $i <= 80; $i++ ) { $replacestring .= $onestring; }103 change_length_of_string(\$unicode_productname, $replacestring);105 my $found = $onefile =~ s/$replacestring/$unicode_productname/sg;
244 my $replacestring = $1;245 push(@allstrings, $replacestring);246 $oneline =~ s/$replacestring//;
118 my $replacestring = $1;119 if (! pre2par::existence::exists_in_array($replacestring, \@allstrings))121 push(@allstrings, $replacestring);
743 String replacestring = basis + data.getInstalledProductMinor(); in setUpdateOlderProductSettings() local752 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()757 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()763 localName = localName.replace(search, replacestring); in setUpdateOlderProductSettings()
759 my $replacestring = $1;760 push(@allstrings, $replacestring);761 $oneline =~ s/$replacestring//;
Completed in 77 milliseconds