Searched refs:possessive (Results 1 – 13 of 13) 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/dist2/src/ |
D | pcre2_match.c | 591 BOOL minimize, possessive; /* Quantifier options */ in match() local 797 minimize = possessive = FALSE; in match() 3004 else possessive = TRUE; in match() 3014 possessive = (*ecode == OP_CRPOSRANGE); in match() 3157 if (possessive) continue; /* No backtracking */ in match() 3190 if (possessive) continue; /* No backtracking */ in match() 3231 else possessive = TRUE; in match() 3241 possessive = (*ecode == OP_CRPOSRANGE); in match() 3314 if (possessive) continue; /* No backtracking */ in match() 3439 possessive = TRUE; in match() [all …]
|
D | pcre2_jit_compile.c | 1475 int possessive = 0; in get_framesize() local 1494 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3; in get_framesize() 1649 if (SLJIT_UNLIKELY(possessive == length)) in get_framesize()
|
/external/pcre/dist2/ |
D | HACKING | 280 versions. Those with "POS" in their names are possessive versions. Other kinds 448 respectively (see below for possessive repetitions). All three are followed by 481 When a repeated group (capturing or non-capturing) is marked as possessive by
|
D | ChangeLog | 217 possessive. This is a very minor optimization. 315 37. The JIT compiler should restore the control chain for empty possessive 620 13. A pattern such as /X((?2)()*+){2}+/ which has a possessive quantifier with 828 15. A possessive capturing group such as (a)*+ with a minimum repeat of zero
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 4803 However, possessive quantifiers can make a difference when what follows 4810 a non-possessive quantifier. Similarly, if an atomic group is present, 5422 quantifiers possessive when what follows cannot match the repeated 5559 also "possessive quantifier" 7059 simpler notation, called a "possessive quantifier" can be used. This 7065 Note that a possessive quantifier can be used with an entire group, for 7073 the meaning of a possessive quantifier and the equivalent atomic group, 7074 though there may be a performance difference; possessive quantifiers 7077 The possessive quantifier syntax is an extension to the Perl 5.8 syn- 7374 there can be no backtracking for the .*+ item because of the possessive [all …]
|
/external/protobuf/util/ |
D | CHANGES.txt | 983 rather than building an NFA). Worked around by making use of possessive
|
/external/protobuf/ |
D | CHANGES.txt | 983 rather than building an NFA). Worked around by making use of possessive
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 3450 的>'[possessive]';
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 3840 # End of special auto-possessive tests
|
D | testoutput2 | 13019 # End of special auto-possessive tests
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 11461 的 < possessive; 43674 的 > possessive;
|