Home
last modified time | relevance | path

Searched defs:check_length (Results 1 – 3 of 3) sorted by relevance

/external/pcre/src/
Dpcre2_dfa_match.c3908 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_dfa_match() local
Dpcre2_match.c7203 PCRE2_SIZE check_length = end_subject - start_match; in pcre2_match() local
/external/skia/tests/
DMathTest.cpp173 static void check_length(skiatest::Reporter* reporter, in check_length() function