Home
last modified time | relevance | path

Searched refs:verbcount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathTest.cpp3992 int verbcount = p.getVerbs(verbs, 4); in test_addPathMode() local
3993 REPORTER_ASSERT(reporter, verbcount == 4); in test_addPathMode()
4010 int verbcount = p.getVerbs(verbs, 7); in test_extendClosedPath() local
4011 REPORTER_ASSERT(reporter, verbcount == 7); in test_extendClosedPath()
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c631 static const int verbcount = sizeof(verbs)/sizeof(verbitem); variable
3919 for (i = 0; i < verbcount; i++) in parse_regex()
3927 if (i >= verbcount) in parse_regex()

Completed in 21 milliseconds