Home
last modified time | relevance | path

Searched refs:Runemax (Results 1 – 12 of 12) sorted by relevance

/third_party/re2/re2/testing/
Dcharclass_test.cc56 { { { 0, Runemax }, {-1} }, -1,
57 { { 0, Runemax }, {-1} } },
62 { { { 50, Runemax }, {-1} }, -1,
63 { { 50, Runemax }, {-1} } },
66 { { { 50, Runemax }, {-1} }, 255,
69 { { { 50, Runemax }, {-1} }, 65535,
72 { { { 50, Runemax }, {-1} }, Runemax,
73 { { 50, Runemax }, {-1} } },
164 j = Runemax; in CorrectCC()
176 j = Runemax; in CorrectCC()
[all …]
Dexhaustive3_test.cc60 for (int i = 512; i < Runemax; i <<= 1) in InterestingUTF8()
66 v.push_back(UTF8(Runemax + j)); in InterestingUTF8()
/third_party/re2/re2/
Dregexp.cc781 if (hi < Runemax) { in AddRange()
835 if (r >= Runemax) in RemoveAbove()
854 iterator it = ranges_.find(RuneRange(r + 1, Runemax)); in RemoveAbove()
878 v.push_back(RuneRange(0, Runemax)); in Negate()
889 if (nextlo <= Runemax) in Negate()
890 v.push_back(RuneRange(nextlo, Runemax)); in Negate()
899 nrunes_ = Runemax+1 - nrunes_; in Negate()
925 cc->nrunes_ = Runemax + 1 - nrunes_; in Negate()
936 if (nextlo <= Runemax) in Negate()
937 cc->ranges_[n++] = RuneRange(nextlo, Runemax); in Negate()
Dregexp.h252 bool full() { return nrunes_ == Runemax+1; } in full()
602 bool full() { return nrunes_ == Runemax+1; } in full()
Dparse.cc202 rune_max_ = Runemax; in ParseState()
1399 if (*r > Runemax) { in StringPieceToRune()
1642 static URange32 any32[] = { { 65536, Runemax } };
1695 if (next <= Runemax) in AddUGroup()
1696 cc->AddRangeFlags(next, Runemax, parse_flags); in AddUGroup()
Dre2.cc424 if (r > Runemax) { in GlobalReplace()
Dcompile.cc929 AddRuneRange(0, Runemax, false); in PostVisit()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c143 if (l <= Rune3 || l > Runemax) in charntorune()
228 if (l <= Rune3 || l > Runemax) in chartorune()
286 if (c > Runemax) in runetochar()
Dutf.h27 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
/third_party/re2/util/
Dutf.h33 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
Drune.cc158 if (c > Runemax) in runetochar()
/third_party/re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).
237 rune_max_ = Runemax;