Searched refs:use_length (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_convert.c | 126 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_posix() argument 133 PCRE2_UCHAR *endp = p + use_length - 1; /* Allow for trailing zero */ in convert_posix() 788 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob() argument 820 out.output_end = use_buffer + use_length; in convert_glob() 1064 PCRE2_SIZE use_length = DUMMY_BUFFER_SIZE; in pcre2_pattern_convert() local 1109 use_length = *bufflenptr; in pcre2_pattern_convert() 1124 use_buffer, use_length, bufflenptr, dummyrun, ccontext); in pcre2_pattern_convert() 1129 rc = convert_posix(pattype, pattern, plength, utf, use_buffer, use_length, in pcre2_pattern_convert() 1152 use_length = *bufflenptr + 1; in pcre2_pattern_convert()
|
/external/pcre/dist2/testdata/ |
D | testinput18 | 129 /ABC/use_length
|
D | testoutput18 | 199 /ABC/use_length
|
D | testinput2 | 4916 /{2,2{2,2/use_length 4918 /.>*?\g'0/use_length
|
D | testoutput2 | 15524 /{2,2{2,2/use_length 15526 /.>*?\g'0/use_length
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 609 use_length do not zero-terminate the pattern 713 minated. The use_length modifier causes this to happen. Using a length 714 happens automatically (whether or not use_length is set) when hex is 718 If hex or use_length is used with the POSIX wrapper API (see "Using the 889 default, but if the use_length or hex modifiers are set, the REG_PEND
|
/external/pcre/dist2/ |
D | ChangeLog | 777 22. Add the use_length modifier to pcre2test.
|