Home
last modified time | relevance | path

Searched refs:Regexps (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
DSpecialCaseList.cpp47 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()
/external/llvm/include/llvm/Support/
DSpecialCaseList.h91 StringMap<StringMap<std::string>> Regexps; variable
/external/libxml2/
Dconfigure.ac1588 echo Disabling Regexps support
/external/testng/
DCHANGES.txt1257 Added: Regexps for groups
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1356 # Regexps from http://www.regexlib.com