HomeSort by relevance Sort by last modified time
    Searched full:pcre2_dfa_match (Results 26 - 43 of 43) sorted by null

12

  /external/pcre/dist2/doc/
pcre2test.txt 138 is done using the pcre2_dfa_match() function instead of the
389 pcre2_dfa_match(), leading and trailing white space is removed, and the
    [all...]
pcre2pattern.3     [all...]
  /external/pcre/dist2/
README 275 pcre2_dfa_match(), which does not use deeply nested recursion. There is a
635 Tests 6 and 7 check the pcre2_dfa_match() alternative matching function, in
646 pcre2_dfa_match() in 16-bit and 32-bit modes.
    [all...]
HACKING 138 There is also a supplementary matching function called pcre2_dfa_match(). This
146 The algorithm that is used for pcre2_dfa_match() is not a traditional FSM,
NON-AUTOTOOLS-BUILD 98 pcre2_dfa_match.c
ChangeLog 324 40. Arrange for the UTF check in pcre2_match() and pcre2_dfa_match() to look
592 pcre2_match() it worked by luck; in pcre2_dfa_match() it gave an incorrect
    [all...]
CMakeLists.txt 414 src/pcre2_dfa_match.c
  /external/pcre/dist2/doc/html/
README.txt 275 pcre2_dfa_match(), which does not use deeply nested recursion. There is a
635 Tests 6 and 7 check the pcre2_dfa_match() alternative matching function, in
646 pcre2_dfa_match() in 16-bit and 32-bit modes.
    [all...]
pcre2matching.html 37 An alternative algorithm is provided by the <b>pcre2_dfa_match()</b> function;
pcre2build.html 270 <b>pcre2_match()</b> function; it is not relevant for <b>pcre2_dfa_match()</b>.
287 <b>pcre2_dfa_match()</b> matching function.
NON-AUTOTOOLS-BUILD.txt 98 pcre2_dfa_match.c
pcre2pattern.html 67 matching function, <b>pcre2_dfa_match()</b>, which matches using a different
    [all...]
  /external/pcre/dist2/src/
pcre2_substring.c 336 else /* Matched using pcre2_dfa_match() */
pcre2_internal.h 556 PCRE2_MATCHEDBY_DFA_INTERPRETER, /* pcre2_dfa_match() */
    [all...]
pcre2test.c     [all...]
pcre2_dfa_match.c 42 /* This module contains the external function pcre2_dfa_match(), which is an
3116 pcre2_dfa_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, function
    [all...]
  /external/pcre/dist2/testdata/
testinput6 1 # This set of tests check the DFA matching functionality of pcre2_dfa_match(),
    [all...]
testoutput6 1 # This set of tests check the DFA matching functionality of pcre2_dfa_match(),
    [all...]

Completed in 797 milliseconds

12