Searched refs:Regexps (Results 1 – 5 of 5) sorted by relevance
47 SpecialCaseList::SpecialCaseList() : Entries(), Regexps(), IsCompiled(false) {} in SpecialCaseList()132 if (!Regexps[Prefix][Category].empty()) in parse()133 Regexps[Prefix][Category] += "|"; in parse()134 Regexps[Prefix][Category] += "^" + Regexp + "$"; in parse()142 for (StringMap<StringMap<std::string>>::const_iterator I = Regexps.begin(), in compile()143 E = Regexps.end(); in compile()151 Regexps.clear(); in compile()
91 StringMap<StringMap<std::string>> Regexps; variable
1588 echo Disabling Regexps support
1257 Added: Regexps for groups
1356 # Regexps from http://www.regexlib.com