Searched refs:ricount (Results 1 – 2 of 2) sorted by relevance
110 int ricount = 0; in PRIV() local127 ricount++; in PRIV()129 if ((ricount & 1) != 0) break; /* Grapheme break required */ in PRIV()
7228 int lgb, rgb, len, ricount; in do_extuni_utf() local7249 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() local7306 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()
Completed in 45 milliseconds