HomeSort by relevance Sort by last modified time
    Searched full:quantifier (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/chromium/third_party/icu/source/i18n/
quant.cpp 21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Quantifier)
23 Quantifier::Quantifier(UnicodeFunctor *adoptedMatcher,
32 Quantifier::Quantifier(const Quantifier& o) :
41 Quantifier::~Quantifier() {
48 UnicodeFunctor* Quantifier::clone() const {
49 return new Quantifier(*this)
    [all...]
quant.h 22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
28 Quantifier(UnicodeFunctor *adoptedMatcher,
31 Quantifier(const Quantifier& o);
33 virtual ~Quantifier();
regexcmp.h 98 void compileInterval(int32_t InitOp, // Generate the code for a {min,max} quantifier.
100 UBool compileInlineInterval(); // Generate inline code for a {min,max} quantifier
177 // spot reserved for use when a quantifier
192 int32_t fIntervalLow; // {lower, upper} interval quantifier values.
regexcst.txt 84 # trailing quantifier - *, +, ?, *?, etc.
106 # open-paren-quant Special case handling for comments appearing before a quantifier,
122 # determine what kind of quantifier it is - plain (, (?:, (?>, or whatever.
179 # quant-star Scanning a '*' quantifier. Need to look ahead to decide
189 # quant-plus Scanning a '+' quantifier. Need to look ahead to decide
199 # quant-opt Scanning a '?' quantifier. Need to look ahead to decide
strmatch.cpp 222 // If there was no match, that means that a quantifier
regexcmp.cpp 425 // parenthesized group gets a * quantifier, followed by
465 // parenthesized group gets a * quantifier, followed by
486 // has a quantifier, followed by
    [all...]
  /external/icu4c/i18n/
quant.cpp 21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Quantifier)
23 Quantifier::Quantifier(UnicodeFunctor *adoptedMatcher,
32 Quantifier::Quantifier(const Quantifier& o) :
41 Quantifier::~Quantifier() {
48 UnicodeFunctor* Quantifier::clone() const {
49 return new Quantifier(*this)
    [all...]
quant.h 22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
28 Quantifier(UnicodeFunctor *adoptedMatcher,
31 Quantifier(const Quantifier& o);
33 virtual ~Quantifier();
regexcmp.h 99 void compileInterval(int32_t InitOp, // Generate the code for a {min,max} quantifier.
101 UBool compileInlineInterval(); // Generate inline code for a {min,max} quantifier
176 // spot reserved for use when a quantifier
191 int32_t fIntervalLow; // {lower, upper} interval quantifier values.
regexcst.txt 84 # trailing quantifier - *, +, ?, *?, etc.
106 # open-paren-quant Special case handling for comments appearing before a quantifier,
122 # determine what kind of quantifier it is - plain (, (?:, (?>, or whatever.
179 # quant-star Scanning a '*' quantifier. Need to look ahead to decide
189 # quant-plus Scanning a '+' quantifier. Need to look ahead to decide
199 # quant-opt Scanning a '?' quantifier. Need to look ahead to decide
strmatch.cpp 222 // If there was no match, that means that a quantifier
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 39 const char* Parser::QuantifierOutOfOrder = "numbers out of order in {} quantifier";
74 void flush(const Quantifier& quantifier)
81 switch (quantifier.type) {
82 case Quantifier::None:
83 case Quantifier::Error:
87 case Quantifier::Greedy: {
89 m_generator.generateGreedyQuantifier(m_failures, functor, quantifier.min, quantifier.max);
93 case Quantifier::NonGreedy:
244 Quantifier quantifier = consumeQuantifier(); local
260 Quantifier quantifier = consumeQuantifier(); local
    [all...]
Quantifier.h 38 struct Quantifier {
46 Quantifier(Type type = None, unsigned min = 0, unsigned max = Infinity)
WRECParser.h 34 #include "Quantifier.h"
183 ALWAYS_INLINE Quantifier consumeGreedyQuantifier();
184 Quantifier consumeQuantifier();
WRECGenerator.cpp 131 void Generator::generateBackreferenceQuantifier(JumpList& failures, Quantifier::Type quantifierType, unsigned subpatternId, unsigned min, unsigned max)
138 ASSERT(quantifierType == Quantifier::Greedy || quantifierType == Quantifier::NonGreedy);
139 if (quantifierType == Quantifier::Greedy)
157 // (4) Quantifier failed: No more atom reading possible.
165 if (max != Quantifier::Infinity)
207 if (max == Quantifier::Infinity)
216 // (5) Quantifier failed: No more backtracking possible.
WRECGenerator.h 33 #include "Quantifier.h"
109 void generateBackreferenceQuantifier(JumpList& failures, Quantifier::Type quantifierType, unsigned subpatternId, unsigned min, unsigned max);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-188206.js 83 * The ? quantifier, unlike * or +, may appear twice in succession.
117 * Misusing the {DecmalDigits} quantifier - according to ECMA,
121 * regexp patterns, unless they form part of a quantifier.
179 * Misusing the {DecmalDigits} quantifier - according to BOTH ECMA and Perl.
regress-191479.js 116 * the quantifier, but makes it non-greedy, which affects the results -
regress-209919.js 107 * Here we have used the + quantifier (repeat count 1) outside the parens.
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.h 47 repeat = modified quantifier | modified quantifier weight-list
48 quantifier = ? | * | + | { integer , integer} | {integer, } | {integer}
  /external/icu4c/test/intltest/
wbnf.h 47 repeat = modified quantifier | modified quantifier weight-list
48 quantifier = ? | * | + | { integer , integer} | {integer, } | {integer}
  /external/bluetooth/glib/docs/reference/glib/
regex-syntax.sgml 100 <entry>extends the meaning of (, or 0/1 quantifier, or quantifier minimizer</entry>
104 <entry>0 or more quantifier</entry>
108 <entry>1 or more quantifier, also "possessive quantifier"</entry>
112 <entry>start min/max quantifier</entry>
    [all...]
  /external/libpcap/
grammar.y 456 /* ATM field types quantifier */
475 /* MTP2 types quantifier */
480 /* MTP3 field types quantifier */
  /external/webkit/JavaScriptCore/pcre/
pcre_compile.cpp 107 "numbers out of order in {} quantifier\0"
109 "number too big in {} quantifier\0"
331 start a quantifier. It looks ahead to see if it really is a quantifier or not.
332 It is only a quantifier if it is one of the forms {ddd} {ddd,} or {ddd,ddd}
370 after isCountedRepeat() has confirmed that a repeat-count quantifier exists,
630 a quantifier. */
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexParser.h 526 * a parse error when a quantifier provided without an atom to quantify).
658 "numbers out of order in {} quantifier",

Completed in 553 milliseconds

1 2 3 4 5 6