Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_extuni.c110 int ricount = 0; in PRIV() local
127 ricount++; in PRIV()
129 if ((ricount & 1) != 0) break; /* Grapheme break required */ in PRIV()
Dpcre2_jit_compile.c7228 int lgb, rgb, len, ricount; in do_extuni_utf() local
7249 ricount = 0; in do_extuni_utf()
7261 ricount++; in do_extuni_utf()
7264 if ((ricount & 1) != 0) break; /* Grapheme break required */ in do_extuni_utf()
7287 int lgb, rgb, ricount; in do_extuni_no_utf() local
7306 ricount = 0; in do_extuni_no_utf()
7317 ricount++; in do_extuni_no_utf()
7320 if ((ricount & 1) != 0) break; /* Grapheme break required */ in do_extuni_no_utf()