Rune 194 third_party/re2/re2/compile.cc void AddRuneRange(Rune lo, Rune hi, bool foldcase); Rune 195 third_party/re2/re2/compile.cc void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase); Rune 196 third_party/re2/re2/compile.cc void AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase); Rune 210 third_party/re2/re2/compile.cc Frag Literal(Rune r, bool foldcase); Rune 540 third_party/re2/re2/compile.cc void Compiler::AddRuneRange(Rune lo, Rune hi, bool foldcase) { Rune 552 third_party/re2/re2/compile.cc void Compiler::AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase) { Rune 605 third_party/re2/re2/compile.cc void Compiler::AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase) { Rune 618 third_party/re2/re2/compile.cc Rune max = MaxRune(i); Rune 691 third_party/re2/re2/compile.cc Frag Compiler::Literal(Rune r, bool foldcase) { Rune 483 third_party/re2/re2/onepass.cc Rune lo = max<Rune>(ip->lo(), 'a') + 'A' - 'a'; Rune 484 third_party/re2/re2/onepass.cc Rune hi = min<Rune>(ip->hi(), 'z') + 'A' - 'a'; Rune 63 third_party/re2/re2/parse.cc bool PushLiteral(Rune r); Rune 123 third_party/re2/re2/parse.cc bool ParseCCCharacter(StringPiece* s, Rune *rp, Rune 219 third_party/re2/re2/parse.cc Rune r = re->ccb_->begin()->lo; Rune 224 third_party/re2/re2/parse.cc Rune r = re->ccb_->begin()->lo; Rune 243 third_party/re2/re2/parse.cc CaseFold* LookupCaseFold(CaseFold *f, int n, Rune r) { Rune 271 third_party/re2/re2/parse.cc Rune ApplyFold(CaseFold *f, Rune r) { Rune 306 third_party/re2/re2/parse.cc Rune CycleFoldRune(Rune r) { Rune 316 third_party/re2/re2/parse.cc static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) { Rune 340 third_party/re2/re2/parse.cc Rune lo1 = lo; Rune 341 third_party/re2/re2/parse.cc Rune hi1 = min<Rune>(hi, f->hi); Rune 368 third_party/re2/re2/parse.cc bool Regexp::ParseState::PushLiteral(Rune r) { Rune 373 third_party/re2/re2/parse.cc Rune r1 = r; Rune 519 third_party/re2/re2/parse.cc static void AddLiteral(CharClassBuilder* cc, Rune r, bool foldascii) { Rune 547 third_party/re2/re2/parse.cc Rune rune; Rune 687 third_party/re2/re2/parse.cc Rune* Regexp::LeadingString(Regexp* re, int *nrune, Rune 735 third_party/re2/re2/parse.cc Rune rune = re->runes_[re->nrunes_ - 1]; Rune 819 third_party/re2/re2/parse.cc Rune *rune = NULL; Rune 831 third_party/re2/re2/parse.cc Rune* rune_i = NULL; Rune 1086 third_party/re2/re2/parse.cc Rune rune = re2->rune_; Rune 1187 third_party/re2/re2/parse.cc static int StringPieceToRune(Rune *r, StringPiece *sp, RegexpStatus* status) { Rune 1206 third_party/re2/re2/parse.cc Rune r; Rune 1236 third_party/re2/re2/parse.cc static bool ParseEscape(StringPiece* s, Rune* rp, Rune 1250 third_party/re2/re2/parse.cc Rune c, c1; Rune 1385 third_party/re2/re2/parse.cc Rune lo, Rune hi, Regexp::ParseFlags parse_flags) { Rune 1520 third_party/re2/re2/parse.cc Rune c = (*s)[1]; Rune 1614 third_party/re2/re2/parse.cc bool Regexp::ParseState::ParseCCCharacter(StringPiece* s, Rune *rp, Rune 1693 third_party/re2/re2/parse.cc Rune r; Rune 1855 third_party/re2/re2/parse.cc Rune c; Rune 1944 third_party/re2/re2/parse.cc Rune r = latin1[i] & 0xFF; Rune 1975 third_party/re2/re2/parse.cc Rune r; Rune 1989 third_party/re2/re2/parse.cc Rune r; Rune 2163 third_party/re2/re2/parse.cc Rune r; Rune 2200 third_party/re2/re2/parse.cc Rune r; Rune 171 third_party/re2/re2/prefilter.cc static Rune ToLowerRune(Rune r) { Rune 184 third_party/re2/re2/prefilter.cc static Rune ToLowerRuneLatin1(Rune r) { Rune 215 third_party/re2/re2/prefilter.cc static Info* Literal(Rune r); Rune 216 third_party/re2/re2/prefilter.cc static Info* LiteralLatin1(Rune r); Rune 394 third_party/re2/re2/prefilter.cc static string RuneToString(Rune r) { Rune 400 third_party/re2/re2/prefilter.cc static string RuneToStringLatin1(Rune r) { Rune 406 third_party/re2/re2/prefilter.cc Prefilter::Info* Prefilter::Info::Literal(Rune r) { Rune 414 third_party/re2/re2/prefilter.cc Prefilter::Info* Prefilter::Info::LiteralLatin1(Rune r) { Rune 469 third_party/re2/re2/prefilter.cc for (Rune r = i->lo; r <= i->hi; r++) { Rune 159 third_party/re2/re2/regexp.cc void Regexp::AddRuneToString(Rune r) { Rune 163 third_party/re2/re2/regexp.cc runes_ = new Rune[8]; Rune 166 third_party/re2/re2/regexp.cc Rune *old = runes_; Rune 167 third_party/re2/re2/regexp.cc runes_ = new Rune[nrunes_ * 2]; Rune 283 third_party/re2/re2/regexp.cc Regexp* Regexp::NewLiteral(Rune rune, ParseFlags flags) { Rune 289 third_party/re2/re2/regexp.cc Regexp* Regexp::LiteralString(Rune* runes, int nrunes, ParseFlags flags) { Rune 653 third_party/re2/re2/regexp.cc Rune r = re->runes_[j]; Rune 700 third_party/re2/re2/regexp.cc bool CharClassBuilder::AddRange(Rune lo, Rune hi) { Rune 707 third_party/re2/re2/regexp.cc Rune lo1 = max<Rune>(lo, 'A'); Rune 708 third_party/re2/re2/regexp.cc Rune hi1 = min<Rune>(hi, 'Z'); Rune 712 third_party/re2/re2/regexp.cc lo1 = max<Rune>(lo, 'a'); Rune 713 third_party/re2/re2/regexp.cc hi1 = min<Rune>(hi, 'z'); Rune 771 third_party/re2/re2/regexp.cc bool CharClassBuilder::Contains(Rune r) { Rune 792 third_party/re2/re2/regexp.cc void CharClassBuilder::RemoveAbove(Rune r) { Rune 902 third_party/re2/re2/regexp.cc bool CharClass::Contains(Rune r) { Rune 223 third_party/re2/re2/regexp.h Rune lo; Rune 224 third_party/re2/re2/regexp.h Rune hi; Rune 250 third_party/re2/re2/regexp.h bool Contains(Rune r); Rune 328 third_party/re2/re2/regexp.h Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; } Rune 332 third_party/re2/re2/regexp.h Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; } Rune 393 third_party/re2/re2/regexp.h static Regexp* NewLiteral(Rune rune, ParseFlags flags); Rune 395 third_party/re2/re2/regexp.h static Regexp* LiteralString(Rune* runes, int nrunes, ParseFlags flags); Rune 463 third_party/re2/re2/regexp.h static Rune* LeadingString(Regexp* re, int* nrune, ParseFlags* flags); Rune 499 third_party/re2/re2/regexp.h void AddRuneToString(Rune r); Rune 557 third_party/re2/re2/regexp.h Rune* runes_; Rune 566 third_party/re2/re2/regexp.h Rune rune_; // Literal Rune 589 third_party/re2/re2/regexp.h bool Contains(Rune r); Rune 591 third_party/re2/re2/regexp.h bool AddRange(Rune lo, Rune hi); // returns whether class changed Rune 595 third_party/re2/re2/regexp.h void RemoveAbove(Rune r); Rune 597 third_party/re2/re2/regexp.h void AddRangeFlags(Rune lo, Rune hi, Regexp::ParseFlags parse_flags); Rune 14 third_party/re2/re2/testing/charclass_test.cc Rune lo; Rune 15 third_party/re2/re2/testing/charclass_test.cc Rune hi; Rune 19 third_party/re2/re2/testing/charclass_test.cc Rune lo; Rune 20 third_party/re2/re2/testing/charclass_test.cc Rune hi; Rune 74 third_party/re2/re2/testing/dump.cc Rune r = re->rune(); Rune 80 third_party/re2/re2/testing/dump.cc Rune r = re->runes()[i]; Rune 98 third_party/re2/re2/testing/dump.cc Rune r = re->rune(); Rune 106 third_party/re2/re2/testing/dump.cc Rune r = re->runes()[i]; Rune 29 third_party/re2/re2/testing/exhaustive3_test.cc static string UTF8(Rune r) { Rune 234 third_party/re2/re2/testing/regexp_generator.cc Rune r; Rune 54 third_party/re2/re2/testing/string_generator_test.cc Rune r; Rune 25 third_party/re2/re2/tostring.cc static void AppendCCRange(string* t, Rune lo, Rune hi); Rune 120 third_party/re2/re2/tostring.cc static void AppendLiteral(string *t, Rune r, bool foldcase) { Rune 296 third_party/re2/re2/tostring.cc static void AppendCCChar(string* t, Rune r) { Rune 331 third_party/re2/re2/tostring.cc static void AppendCCRange(string* t, Rune lo, Rune hi) { Rune 68 third_party/re2/re2/unicode_casefold.h extern CaseFold* LookupCaseFold(CaseFold*, int, Rune rune); Rune 71 third_party/re2/re2/unicode_casefold.h extern Rune ApplyFold(CaseFold *f, Rune r); Rune 49 third_party/re2/util/rune.cc chartorune(Rune *rune, const char *str) Rune 125 third_party/re2/util/rune.cc runetochar(char *str, const Rune *rune) Rune 182 third_party/re2/util/rune.cc runelen(Rune rune) Rune 214 third_party/re2/util/rune.cc Rune rune; Rune 231 third_party/re2/util/rune.cc utfrune(const char *s, Rune c) Rune 234 third_party/re2/util/rune.cc Rune r; Rune 35 third_party/re2/util/utf.h int runetochar(char* s, const Rune* r); Rune 36 third_party/re2/util/utf.h int chartorune(Rune* r, const char* s); Rune 39 third_party/re2/util/utf.h char* utfrune(const char*, Rune);