Home
last modified time | relevance | path

Searched refs:greedy (Results 1 – 12 of 12) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexCompiler.cpp522 void quantifyAtom(unsigned min, unsigned max, bool greedy) in quantifyAtom() argument
548 term.quantify(max, greedy ? QuantifierGreedy : QuantifierNonGreedy); in quantifyAtom()
555 …m_alternative->lastTerm().quantify((max == UINT_MAX) ? max : max - min, greedy ? QuantifierGreedy … in quantifyAtom()
/external/webkit/WebKit/qt/Api/
DDerivedSources.pro77 # Qt's QRegExp does not support inline non-greedy matching,
/external/qemu/audio/
Daudio_template.h322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) { in glue()
Daudio.c145 int greedy; member
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1609 By default, the quantifiers are "greedy", that is, they match as much
1637 be greedy, and instead matches the minimum number of times possible, so
1663 If the <varname>G_REGEX_UNGREEDY</varname> flag is set, the quantifiers are not greedy
1664 by default, but individual ones can be made greedy by following them with
1734 With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy")
1807 Possessive quantifiers are always greedy; the setting of the
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac483 // - non-greedy ? - a ? that follows *,+,?, and {}; (s)? is NOT non-greedy
/external/chromium/third_party/icu/source/test/testdata/
Dregextst.txt180 # Non-greedy *? quantifier
187 # Non-greedy +? quantifier
194 # Non-greedy ?? quantifier
/external/icu4c/test/testdata/
Dregextst.txt183 # Non-greedy *? quantifier
190 # Non-greedy +? quantifier
197 # Non-greedy ?? quantifier
/external/libvpx/examples/includes/geshi/docs/
DCHANGES249 - Modified Math environment $$ in LaTeX to be non-greedy (BenBE)
/external/webkit/WebKitTools/
DChangeLog-2009-06-1613250 Fix run-webkit-tests is too greedy calculating platform hierarchy
13253 Fix run-webkit-tests being too greedy in trying to split the platform name up
/external/srec/config/en.us/dictionary/
Dlarge.ok12281 greedy grEd/
/external/sqlite/dist/
Dsqlite3.c.orig90482 ** is not possible to determine this with a simple greedy algorithm.
90484 ** as the cost of a linear scan through table t1, a simple greedy