Searched refs:possessive (Results 1 – 10 of 10) 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() 2897 else possessive = TRUE; in match() 2907 possessive = (*ecode == OP_CRPOSRANGE); in match() 3050 if (possessive) continue; /* No backtracking */ in match() 3083 if (possessive) continue; /* No backtracking */ in match() 3124 else possessive = TRUE; in match() 3134 possessive = (*ecode == OP_CRPOSRANGE); in match() 3207 if (possessive) continue; /* No backtracking */ in match() 3329 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 | 132 34. The JIT compiler should restore the control chain for empty possessive 240 12. A possessive capturing group such as (a)*+ with a minimum repeat of zero 316 34. A pattern such as /X((?2)()*+){2}+/ which has a possessive quantifier with 372 7. Fixed a bug concerned with zero-minimum possessive groups that could match 383 level, when possessive repeated groups should always return to a higher 551 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did 741 possessive quantifier. PCRE allowed a space before the quantifier, but not 742 before the possessive +. It now does. 744 38. The use of \K (reset reported match start) within a repeated possessive 2070 5. A pattern such as (?&t)*+(?(DEFINE)(?<t>.)) which has a possessive [all …]
|
D | pcre_jit_compile.c | 1245 int possessive = 0; in get_framesize() local 1264 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize() 1416 if (SLJIT_UNLIKELY(possessive == length)) in get_framesize()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1494 a non-possessive quantifier. Similarly, if an atomic group is present, 4815 PCRE from making quantifiers possessive when what follows cannot match 4936 also "possessive quantifier" 6430 simpler notation, called a "possessive quantifier" can be used. This 6436 Note that a possessive quantifier can be used with an entire group, for 6444 meaning of a possessive quantifier and the equivalent atomic group, 6445 though there may be a performance difference; possessive quantifiers 6448 The possessive quantifier syntax is an extension to the Perl 5.8 syn- 6991 of a possessive quantifier to avoid backtracking into sequences of non- 7025 nested unlimited repeats, and so the use of a possessive quantifier for [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 3446 的>'[possessive]';
|
/external/pcre/dist/testdata/ |
D | testinput2 | 3968 /-- End of special auto-possessive tests --/
|
D | testoutput2 | 13993 /-- End of special auto-possessive tests --/
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 11459 的 < possessive; 43672 的 > possessive;
|