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

1 2

  /external/icu4c/test/intltest/
wbnf.h 9 and standard BNF is the WBNF accepts weight for its alternation items.
39 alternation = alternation '|' alt-item | alt-item
52 definition = core | modified | sequence | alternation
53 definition = alternation
101 This behavior will cause a little confusion when defining an alternation
wbnf.cpp 751 class Alternation : public Pick {
760 virtual ~Alternation(){
768 Alternation & append (Pick * node, int weight = DEFAULT_WEIGHT){
1209 UBool alternation(Pick* &node \/*out*\/){ function in class:Parser
    [all...]
  /external/v8/test/mjsunit/
regexp-UC16.js 47 assertFalse(/\u5e74|\u6708/.test('t'), "alternation-uc16-pattern-ascii-subject");
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 119 expression or after an open-group or an alternation operator;
121 before a close-group or an alternation operator.
134 open-group, or alternation operator. */
138 immediately after an alternation or begin-group operator. */
162 /* If this bit is set, newline is an alternation operator.
179 /* If this bit is set, then | is an alternation operator, and \| is literal.
180 If not set, then \| is an alternation operator, and | is literal. */
224 immediately after an alternation or begin-group operator. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 65 expression or after an open-group or an alternation operator;
67 before a close-group or an alternation operator.
80 open-group, or alternation operator. */
84 immediately after an alternation or begin-group operator. */
108 /* If this bit is set, newline is an alternation operator.
125 /* If this bit is set, then | is an alternation operator, and \| is literal.
126 If not set, then \| is an alternation operator, and | is literal. */
170 immediately after an alternation or begin-group operator. */
  /external/chromium/chrome/browser/autofill/
form_field_unittest.cc 73 // Alternation.
  /external/pcre/doc/
pcrecallout.3 34 alternation bar. Automatic callouts can be used for tracking the progress of
148 alternation bar, a closing parenthesis, or the end of the pattern, the length
pcresyntax.3 293 .SH "ALTERNATION"
423 (*THEN) local failure, backtrack to next alternation
pcrebuild.3 171 another (for example, from an opening parenthesis to an alternation
pcrepattern.3     [all...]
  /external/pcre/doc/html/
pcresyntax.html 27 <li><a name="TOC12" href="#SEC12">ALTERNATION</a>
325 <br><a name="SEC12" href="#TOC1">ALTERNATION</a><br>
451 (*THEN) local failure, backtrack to next alternation
pcrecallout.html 56 alternation bar. Automatic callouts can be used for tracking the progress of
174 alternation bar, a closing parenthesis, or the end of the pattern, the length
pcrebuild.html 185 another (for example, from an opening parenthesis to an alternation
pcrepattern.html     [all...]
  /external/bison/tests/
sets.at 24 # And remember, there is no alternation in portable sed.
  /external/pcre/
HACKING 314 Brackets and alternation
318 compile time, so alternation always happens in the context of brackets.
pcre_study.c 130 call. If it's ALT it is an alternation in a nested call. If it is
331 alternation that stops the recursing. That will provide the minimum length
  /external/icu4c/data/unidata/
ScriptExtensions.txt 93 303D ; Hani Hira Kana # Po PART ALTERNATION MARK
  /external/v8/src/
jsregexp.cc 595 // alternation (foo|bar) or a repetition (*, +, ? or {}).
3787 ChoiceNode* alternation = new ChoiceNode(2); local
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 155 // expression contains an alternation like: CHECK: abc{{x|z}}def. We
  /external/icu4c/i18n/
regexcmp.cpp 436 // is an '|' alternation within the parens.
475 // is an '|' alternation within the parens.
497 // is an '|' alternation within the parens.
    [all...]
  /bionic/libc/regex/
regcomp.c 246 - p_ere - ERE parser top level, concatenation and alternation
    [all...]
  /external/llvm/lib/Support/
regcomp.c 254 - p_ere - ERE parser top level, concatenation and alternation
    [all...]
  /external/mksh/src/
eval.c 31 * second pass: alternation ({,}), filename expansion (*?[]).
    [all...]
main.c 212 * alternation always have it on.
    [all...]

Completed in 1025 milliseconds

1 2