Searched refs:nrune (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
D | rune.c | 314 runenlen(const Rune *r, int nrune) in runenlen() argument 319 while(nrune--) { in runenlen()
|
/external/libutf/ |
D | rune.c | 314 runenlen(const Rune *r, int nrune) in runenlen() argument 319 while(nrune--) { in runenlen()
|
/external/chromium_org/third_party/re2/ |
D | ucs2.diff | 430 - 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/ |
D | ucs2.diff | 430 - 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/ |
D | parse.cc | 687 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()
|
D | regexp.h | 463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);
|
/external/chromium_org/third_party/re2/re2/ |
D | parse.cc | 687 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()
|
D | regexp.h | 463 static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags);
|