HomeSort by relevance Sort by last modified time
    Searched refs:nrune (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 314 runenlen(const Rune *r, int nrune)
319 while(nrune--) {
  /external/libutf/
rune.c 314 runenlen(const Rune *r, int nrune)
319 while(nrune--) {
  /external/chromium_org/third_party/re2/re2/
parse.cc 687 Rune* Regexp::LeadingString(Regexp* re, int *nrune,
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, runeflags)
    [all...]
regexp.h 463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);
  /external/regex-re2/re2/
parse.cc 687 Rune* Regexp::LeadingString(Regexp* re, int *nrune,
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, runeflags)
    [all...]
regexp.h 463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);

Completed in 201 milliseconds