Searched refs:possessive (Results 1 – 9 of 9) sorted by relevance
/external/regex-re2/doc/ |
D | syntax.txt | 40 x*+ zero or more «x», possessive NOT SUPPORTED 41 x++ one or more «x», possessive NOT SUPPORTED 42 x?+ zero or one «x», possessive NOT SUPPORTED 43 x{n,m}+ «n» or ... or «m» «x», possessive NOT SUPPORTED 44 x{n,}+ «n» or more «x», possessive NOT SUPPORTED 45 x{n}+ exactly «n» «x», possessive NOT SUPPORTED 57 (?>re) possessive match of «re» NOT SUPPORTED 58 re@> possessive match of «re» NOT SUPPORTED vim
|
/external/pcre/dist/ |
D | pcre_exec.c | 526 BOOL minimize, possessive; /* Quantifier options */ in match() local 751 minimize = possessive = FALSE; in match() 2890 else possessive = TRUE; in match() 2900 possessive = (*ecode == OP_CRPOSRANGE); in match() 3043 if (possessive) continue; /* No backtracking */ in match() 3076 if (possessive) continue; /* No backtracking */ in match() 3117 else possessive = TRUE; in match() 3127 possessive = (*ecode == OP_CRPOSRANGE); in match() 3200 if (possessive) continue; /* No backtracking */ in match() 3322 possessive = TRUE; in match() [all …]
|
D | HACKING | 253 minimizing versions. Those with "POS" in their names are possessive versions. 416 respectively (see below for possessive repetitions). All three are followed by 449 When a repeated group (capturing or non-capturing) is marked as possessive by
|
D | ChangeLog | 29 7. Fixed a bug concerned with zero-minimum possessive groups that could match 40 level, when possessive repeated groups should always return to a higher 208 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did 398 possessive quantifier. PCRE allowed a space before the quantifier, but not 399 before the possessive +. It now does. 401 38. The use of \K (reset reported match start) within a repeated possessive 1727 5. A pattern such as (?&t)*+(?(DEFINE)(?<t>.)) which has a possessive 1947 was a minimum greater than 1 for a wide character in a possessive 2513 17. Specifying a possessive quantifier with a specific limit for a Unicode 2516 are: /\p{Zl}{2,3}+/8 and /\p{Cc}{2}+/8. It was the possessive "+" that [all …]
|
D | pcre_jit_compile.c | 1243 int possessive = 0; in get_framesize() local 1262 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize() 1407 if (SLJIT_UNLIKELY(possessive == length)) in get_framesize()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1483 a non-possessive quantifier. Similarly, if an atomic group is present, 4804 PCRE from making quantifiers possessive when what follows cannot match 4925 also "possessive quantifier" 6406 simpler notation, called a "possessive quantifier" can be used. This 6412 Note that a possessive quantifier can be used with an entire group, for 6420 meaning of a possessive quantifier and the equivalent atomic group, 6421 though there may be a performance difference; possessive quantifiers 6424 The possessive quantifier syntax is an extension to the Perl 5.8 syn- 6967 of a possessive quantifier to avoid backtracking into sequences of non- 7001 nested unlimited repeats, and so the use of a possessive quantifier for [all …]
|
/external/pcre/dist/testdata/ |
D | testinput2 | 3966 /-- End of special auto-possessive tests --/
|
D | testoutput2 | 13971 /-- End of special auto-possessive tests --/
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 11459 的 < possessive; 43672 的 > possessive;
|