HomeSort by relevance Sort by last modified time
    Searched full:ungreedy (Results 1 - 14 of 14) sorted by null

  /external/pcre/doc/
pcrematching.3 52 repetition branches are tried is controlled by the greedy or ungreedy nature of
59 ungreedy repetition quantifiers are specified in the pattern.
103 1. Because the algorithm finds all possible matches, the greedy or ungreedy
104 nature of repetition quantifiers is not relevant. Greedy and ungreedy
pcrepartial.3 136 if the pattern is made ungreedy the result is different:
168 there is no difference between greedy and ungreedy repetition, its behaviour is
170 string "dog" matched against the ungreedy pattern shown above:
pcresyntax.3 332 (?U) default ungreedy (lazy)
pcre.txt 662 branches are tried is controlled by the greedy or ungreedy nature of
669 on the way the greedy and ungreedy repetition quantifiers are specified
    [all...]
pcrepattern.3     [all...]
  /external/pcre/doc/html/
pcrematching.html 72 repetition branches are tried is controlled by the greedy or ungreedy nature of
80 ungreedy repetition quantifiers are specified in the pattern.
129 1. Because the algorithm finds all possible matches, the greedy or ungreedy
130 nature of repetition quantifiers is not relevant. Greedy and ungreedy
pcrepartial.html 166 if the pattern is made ungreedy the result is different:
198 there is no difference between greedy and ungreedy repetition, its behaviour is
200 string "dog" matched against the ungreedy pattern shown above:
pcresyntax.html 362 (?U) default ungreedy (lazy)
pcrepattern.html     [all...]
  /external/pcre/
pcrecpp_unittest.cc 728 GetOneOptionResult("UNGREEDY 1", "('.*')", str, options, false, "'this'" );
729 GetOneOptionResult("UNGREEDY 2", "('.*')", str, RE_Options().set_ungreedy(true), false, "'this'" );
730 GetOneOptionResult("UNGREEDY", "('.*?')", str, options, false, "'this' is the 'world'" );
733 GetOneOptionResult("no UNGREEDY", "('.*')", str, options, false, "'this' is the 'world'" );
734 GetOneOptionResult("no UNGREEDY", "('.*?')", str, options, false, "'this'" );
    [all...]
pcrecpp.h 427 bool ungreedy() const { function in class:pcrecpp::RE_Options
pcretest.c     [all...]
  /external/pcre/testdata/
testoutput2 467 Options: ungreedy
475 Options: ungreedy
483 Options: ungreedy
491 Options: ungreedy
499 Options: ungreedy
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
regex-syntax.sgml     [all...]

Completed in 3370 milliseconds