Searched refs:find_fixedlength (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 896 find_fixedlength(PCRE2_UCHAR *code, BOOL utf, BOOL atend, compile_block *cb, in find_fixedlength() function 952 d = find_fixedlength(cc, utf, atend, cb, recurses, countptr); in find_fixedlength() 1002 d = find_fixedlength(cs, utf, atend, cb, &this_recurse, countptr); in find_fixedlength() 7774 fixed_length = find_fixedlength(last_branch, (options & PCRE2_UTF) != 0, in compile_regex() 8913 fixed_length = find_fixedlength(cc, utf, TRUE, &cb, NULL, &count); in pcre2_compile()
|
/external/pcre/dist2/ |
D | ChangeLog | 139 34. Fix comment describing the returns from find_fixedlength().
|