Home
last modified time | relevance | path

Searched refs:Melder_dup (Results 51 – 71 of 71) sorted by relevance

123

/dports/audio/praat/praat-6.2.03/fon/
H A Dpraat_TextGrid_init.cpp593 my forbiddenStrings = Melder_dup (forbiddenStrings);
595 my separatingCharacters = Melder_dup (separatingCharacters);
598 my namePrefixes = Melder_dup (namePrefixes);
602 my allowAllWordsContaining = Melder_dup (allowAllWordsContaining);
603 my allowAllWordsStartingWith = Melder_dup (allowAllWordsStartingWith);
604 my allowAllWordsEndingIn = Melder_dup (allowAllWordsEndingIn);
H A DPraat_tests.cpp332 autostring32 s = Melder_dup (strings [istring]);
343 char32 *s = Melder_dup (strings [istring]).transfer();
H A DTextGrid.cpp49 my mark = Melder_dup (mark);
58 my mark = Melder_dup (text);
71 my text = Melder_dup (text);
80 my text = Melder_dup (text);
1048 stringRef = Melder_dup (buffer);
H A DTextGridEditor.cpp889 my findString = Melder_dup (findString); in menu_cb_Find()
2235 my callbackSocket = Melder_dup (callbackSocket); in TextGridEditor_init()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DEditDistanceTable.cpp342 my columnLabels [j + 1] = Melder_dup (source -> strings [j].get()); in EditDistanceTable_create()
345 my rowLabels [i + 1] = Melder_dup (target -> strings [i].get()); in EditDistanceTable_create()
H A DDiscriminant.cpp144 thy strings [i] = Melder_dup (name); in Discriminant_extractGroupLabels()
H A DTextGridNavigator.cpp658 labels [i] = Melder_dup (tn -> v_getLabel (indices [i]));
H A DSpeechSynthesizer_and_TextGrid.cpp697 thy strings [++ thy numberOfStrings] = Melder_dup (ti -> text.get());
H A DGaussianMixture.cpp326 autostring32 name = Melder_dup (thy name.get());
H A Dpraat_David_init.cpp6357 my d_phonemeSet = Melder_dup (espeakdata_languages_names -> strings [phoneneSetIndex].get());
/dports/audio/praat/praat-6.2.03/sys/
H A DScriptEditor.cpp336 my environmentName = Melder_dup (environment -> name.get()); in ScriptEditor_init()
H A Dpraat.cpp1052 praatP.title = Melder_dup (U"Praatlib"); in praatlib_init()
1206 praatP.title = Melder_dup (title && title [0] != U'\0' ? title : U"Praat"); in praat_init()
1908 autostring32 text = Melder_dup (Melder_cat (U"Read from file... ", in praat_run()
H A DManual.cpp468 autostring32 fileNameWithArguments = Melder_dup (title + 3); in v_goToPage()
H A Dpraat_script.cpp641 autostring32 string = Melder_dup (text); // copy, because Interpreter will change it (UGLY) in praat_executeScriptFromText()
H A DHyperPage.cpp373 autostring32 text = Melder_dup (script);
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_textencoding.cpp465 return Melder_dup (Melder_peek16to32 (text)); in Melder_16to32()
H A Dabcio.cpp433 autostring32 texgetw16 (MelderReadText text) { return Melder_dup (peekString (text)); } in texgetw16()
434 autostring32 texgetw32 (MelderReadText text) { return Melder_dup (peekString (text)); } in texgetw32()
/dports/audio/praat/praat-6.2.03/gram/
H A DOTGrammar.cpp1002 thy strings [i] = Melder_dup (my tableaus [itab]. input.get()); in OTGrammar_generateInputs()
1015 thy strings [i] = Melder_dup (my tableaus [i]. input.get()); in OTGrammar_getInputs()
1029 return Melder_dup (my tableaus [itab]. candidates [winner]. output.get()); in OTGrammar_inputToOutput()
1085 thy rowLabels [nout + icand] = Melder_dup ( in OTGrammar_to_Distribution()
1189 thy rowLabels [nout + icand] = Melder_dup ( in OTGrammar_measureTypology_WEAK()
H A DOTMulti.cpp1409 return Melder_dup (my candidates [winner]. string.get());
1464 thy rowLabels [++ iout] = Melder_dup (my candidates [icand]. string.get());
/dports/audio/praat/praat-6.2.03/FFNet/
H A DFFNet.cpp73 return Melder_dup (name.string); in FFNet_createNameFromTopology()
/dports/audio/praat/praat-6.2.03/LPC/
H A DFormantPathEditor.cpp399 my findString = Melder_dup (findString); in menu_cb_Find()

123