Home
last modified time | relevance | path

Searched defs:stringToReplace (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_assembly/
H A DExtractAssemblyRegionDialog.cpp67 …QString stringToReplace = QString::number(prevRegion.startPos) + "_" + QString::number(prevRegion.… in sl_regionChanged() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/
H A Djuce_String.cpp1288 String String::replace (StringRef stringToReplace, StringRef stringToInsert, const bool ignoreCase)… in replace()
1306 String String::replaceFirstOccurrenceOf (StringRef stringToReplace, StringRef stringToInsert, const… in replaceFirstOccurrenceOf()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/
H A Djuce_String.cpp1288 String String::replace (StringRef stringToReplace, StringRef stringToInsert, const bool ignoreCase)… in replace()
1306 String String::replaceFirstOccurrenceOf (StringRef stringToReplace, StringRef stringToInsert, const… in replaceFirstOccurrenceOf()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/
H A Djuce_String.cpp1290 String String::replace (StringRef stringToReplace, StringRef stringToInsert, const bool ignoreCase)… in replace()
1308 String String::replaceFirstOccurrenceOf (StringRef stringToReplace, StringRef stringToInsert, const… in replaceFirstOccurrenceOf()
/dports/audio/carla/Carla-2.4.1/source/modules/water/text/
H A DString.cpp1174 String String::replace (StringRef stringToReplace, StringRef stringToInsert, const bool ignoreCase)… in replace()