Searched refs:nrune (Results 1 - 3 of 3) sorted by relevance

/external/libutf/
H A Drune.c314 runenlen(const Rune *r, int nrune) argument
319 while(nrune--) {
/external/regex-re2/re2/
H A Dparse.cc687 Rune* Regexp::LeadingString(Regexp* re, int *nrune, argument
695 *nrune = 1;
700 *nrune = re->nrunes_;
704 *nrune = 0;
820 int nrune = 0; local
829 // with the string rune[0:nrune].
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same])
842 nrune = same;
849 // sub[start:i] all begin with rune[0:nrune] but sub[i]
861 x[0] = LiteralString(rune, nrune, runeflag
[all...]
H A Dregexp.h463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);

Completed in 482 milliseconds