Home
last modified time | relevance | path

Searched refs:scriptx_count (Results 1 – 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/maint/
Ducptest.c392 unsigned int scriptx_count = 0; in find_chars() local
436 scriptx_list[scriptx_count++] = scriptx_not? (-c):c; in find_chars()
526 if (script < 0 && scriptx_count == 0 && type < 0 && gbreak < 0) in find_chars()
536 if (scriptx_count > 0) in find_chars()
544 for (i = 0; i < scriptx_count; i++) in find_chars()
584 if (found != scriptx_count) continue; in find_chars()