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

1 2

  /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
175 // spot reserved for use when a quantifier
190 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 227 // If there was no match, that means that a quantifier
regexcmp.cpp 444 // parenthesized group gets a * quantifier, followed by
485 // parenthesized group gets a * quantifier, followed by
507 // has a quantifier, followed by
    [all...]
rbt_pars.cpp 678 int32_t max = Quantifier::MAX;
690 m = new Quantifier(m, min, max);
    [all...]
  /external/webkit/Source/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/icu4c/test/intltest/
wbnf.h 47 repeat = modified quantifier | modified quantifier weight-list
48 quantifier = ? | * | + | { integer , integer} | {integer, } | {integer}
uobjtest.cpp 422 TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0));
  /external/libpcap/
grammar.y 456 /* ATM field types quantifier */
475 /* MTP2 types quantifier */
480 /* MTP3 field types quantifier */
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 251 // In case of characters with fixed quantifier we should check the next character as well.
536 // Set the quantifier of the new parentheses to '?' and set the inherited properties.
622 // matching more than once, so remove the quantifier. It is not entirely clear
    [all...]
YarrParser.h 562 * a parse error when a quantifier provided without an atom to quantify).
686 REGEXP_ERROR_PREFIX "numbers out of order in {} quantifier",
  /external/v8/src/
parser.h 276 // following quantifier
320 // Parses a {...,...} quantifier and stores the range in the given
flag-definitions.h 553 "enable possessive quantifier syntax for testing")
  /ndk/sources/host-tools/sed-4.2.1/po/
el.po 608 #~ msgid "numbers out of order in {} quantifier"
611 #~ msgid "number too big in {} quantifier"
  /external/icu4c/test/testdata/
re_tests.txt 135 *a - c - Quantifier follows nothing
136 (*)b - c - Quantifier follows nothing
322 '*a'i - c - Quantifier follows nothing
323 '(*)b'i - c - Quantifier follows nothing
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed-in.texi     [all...]
sed.texi     [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 157 /** Returns a regular expression quantifier with an upper and lower limit. */
  /external/v8/test/cctest/
test-regexp.cc 651 // Enable possessive quantifier syntax.
660 // Disable possessive quantifier syntax.
    [all...]
  /external/icu4c/common/unicode/
utypes.h 558 U_MISPLACED_QUANTIFIER, /**< A quantifier appears after a segment close delimiter */
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]

Completed in 4058 milliseconds

1 2