Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
Drune.c314 runenlen(const Rune *r, int nrune) in runenlen() argument
319 while(nrune--) { in runenlen()
/external/libutf/
Drune.c314 runenlen(const Rune *r, int nrune) in runenlen() argument
319 while(nrune--) { in runenlen()
/external/chromium_org/third_party/re2/
Ducs2.diff430 - int nrune = 0;
439 - spbegin = text16.begin() + sizeof(uint16)*nrune;
441 - spend = text16.begin() + sizeof(uint16)*nrune;
446 - nrune++;
464 - int nrune = 0;
472 - if (nrune == (sp->begin() - text16.begin())/2)
474 - if (nrune == (sp->end() - text16.begin())/2)
480 - nrune++;
/external/regex-re2/
Ducs2.diff430 - int nrune = 0;
439 - spbegin = text16.begin() + sizeof(uint16)*nrune;
441 - spend = text16.begin() + sizeof(uint16)*nrune;
446 - nrune++;
464 - int nrune = 0;
472 - if (nrune == (sp->begin() - text16.begin())/2)
474 - if (nrune == (sp->end() - text16.begin())/2)
480 - nrune++;
/external/regex-re2/re2/
Dparse.cc687 Rune* Regexp::LeadingString(Regexp* re, int *nrune, in LeadingString() argument
695 *nrune = 1; in LeadingString()
700 *nrune = re->nrunes_; in LeadingString()
704 *nrune = 0; in LeadingString()
820 int nrune = 0; in FactorAlternationRecursive() local
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same]) in FactorAlternationRecursive()
842 nrune = same; in FactorAlternationRecursive()
861 x[0] = LiteralString(rune, nrune, runeflags); in FactorAlternationRecursive()
863 RemoveLeadingString(sub[j], nrune); in FactorAlternationRecursive()
874 nrune = nrune_i; in FactorAlternationRecursive()
Dregexp.h463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);
/external/chromium_org/third_party/re2/re2/
Dparse.cc687 Rune* Regexp::LeadingString(Regexp* re, int *nrune, in LeadingString() argument
695 *nrune = 1; in LeadingString()
700 *nrune = re->nrunes_; in LeadingString()
704 *nrune = 0; in LeadingString()
820 int nrune = 0; in FactorAlternationRecursive() local
838 while (same < nrune && same < nrune_i && rune[same] == rune_i[same]) in FactorAlternationRecursive()
842 nrune = same; in FactorAlternationRecursive()
861 x[0] = LiteralString(rune, nrune, runeflags); in FactorAlternationRecursive()
863 RemoveLeadingString(sub[j], nrune); in FactorAlternationRecursive()
874 nrune = nrune_i; in FactorAlternationRecursive()
Dregexp.h463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);