Home
last modified time | relevance | path

Searched refs:rangeIDRegex (Results 1 – 3 of 3) sorted by relevance

/dports/audio/festival/speech_tools/ling_class/
H A Dsolexml.cc48 static EST_Regex rangeIDRegex(".*#id(w\\([0-9]+\\)).*id(w\\([0-9]+\\))"); variable
187 else if (val.matches(rangeIDRegex, 0, starts, ends)) in extract_ids()
H A Dgenxml.cc59 static EST_Regex rangeIDRegex("[^#]*#id(\\([a-z]*\\)\\([0-9]*\\)\\(-\\([0-9]+\\)\\)*).*id(\\([a-z]*… variable
266 else if (val.matches(rangeIDRegex, 0, starts, ends)) in extract_ids()
H A Dapml.cc48 static EST_Regex rangeIDRegex(".*#id(w\\([0-9]+\\)).*id(w\\([0-9]+\\))"); variable