Home
last modified time | relevance | path

Searched refs:nstringmatches (Results 1 – 10 of 10) sorted by relevance

/dports/audio/praat/praat-6.2.03/dwsys/
H A DNUMstring.cpp49 integer nmatches_sub = 0, nmatches = 0, nstringmatches = 0; in string32vector_searchAndReplace_literal() local
54 nstringmatches ++; in string32vector_searchAndReplace_literal()
60 *out_numberOfStringMatches = nstringmatches; in string32vector_searchAndReplace_literal()
82 integer nmatches = 0, nstringmatches = 0; in string32vector_searchAndReplace_regexp() local
87 nstringmatches ++; in string32vector_searchAndReplace_regexp()
93 *out_numberOfStringMatches = nstringmatches; in string32vector_searchAndReplace_regexp()
99 integer *nmatches, integer *nstringmatches, bool use_regexp) in string32vector_searchAndReplace() argument
102 …_searchAndReplace_regexp (me, search, replace, maximumNumberOfReplaces, nmatches, nstringmatches) : in string32vector_searchAndReplace()
103 …_searchAndReplace_literal (me, search, replace, maximumNumberOfReplaces, nmatches, nstringmatches); in string32vector_searchAndReplace()
H A DNUM2.h62 integer *nmatches, integer *nstringmatches, bool use_regexp);
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTextGrid_extensions.h81 …ring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringmatches);
83 …ring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringmatches);
91 …ring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringmatches);
H A DTextGrid_extensions.cpp610 …ing32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringmatches) { in IntervalTier_changeLabels() argument
629 search, replace, 0, nmatches, nstringmatches, use_regexp in IntervalTier_changeLabels()
641 …tring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringmatches) in TextTier_changeLabels() argument
660 search, replace, 0, nmatches, nstringmatches, use_regexp); in TextTier_changeLabels()
671 …tring32 search, conststring32 replace, bool use_regexp, integer *nmatches, integer *nstringmatches) in TextGrid_changeLabels() argument
682 …geLabels ((IntervalTier) anyTier, from, to, search, replace, use_regexp, nmatches, nstringmatches); in TextGrid_changeLabels()
684 …changeLabels ((TextTier) anyTier, from, to, search, replace, use_regexp, nmatches, nstringmatches); in TextGrid_changeLabels()
H A DStrings_extensions.h47 int maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp);
H A DTableOfReal_extensions.h120 integer maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp);
123 integer maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_regexp);
H A DStrings_extensions.cpp129 …32 replace, int maximumNumberOfReplaces, integer *nmatches, integer *nstringmatches, bool use_rege… in Strings_change() argument
133 search, replace, maximumNumberOfReplaces, nmatches, nstringmatches, use_regexp); in Strings_change()
H A DConfusion.cpp340 integer nmatches, nstringmatches; in Confusion_condense() local
345 search, replace, maximumNumberOfReplaces, & nmatches, & nstringmatches, use_regexp); in Confusion_condense()
348 search, replace, maximumNumberOfReplaces, & nmatches, & nstringmatches, use_regexp); in Confusion_condense()
H A DTableOfReal_extensions.cpp950 integer *nmatches, integer *nstringmatches, bool use_regexp) {
953 search, replace, maximumNumberOfReplaces, nmatches, nstringmatches, use_regexp);
962 integer *nmatches, integer *nstringmatches, bool use_regexp) {
965 search, replace, maximumNumberOfReplaces, nmatches, nstringmatches, use_regexp);
H A Dpraat_David_init.cpp6775 integer nmatches, nstringmatches;
6777 me, search_string, replace_string, replaceLimit, &nmatches, &nstringmatches, stringType - 1
8003 integer nmatches, nstringmatches;
8005 searchType - 1, &nmatches, &nstringmatches
8022 integer nmatches, nstringmatches;
8024 searchType - 1, &nmatches, &nstringmatches