Home
last modified time | relevance | path

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

/external/regex-re2/re2/testing/
Dcharclass_test.cc53 { { { 0, Runemax }, {-1} }, -1,
54 { { 0, Runemax }, {-1} } },
59 { { { 50, Runemax }, {-1} }, -1,
60 { { 50, Runemax }, {-1} } },
63 { { { 50, Runemax }, {-1} }, 255,
66 { { { 50, Runemax }, {-1} }, 65535,
69 { { { 50, Runemax }, {-1} }, Runemax,
70 { { 50, Runemax }, {-1} } },
161 j = Runemax; in CorrectCC()
173 j = Runemax; in CorrectCC()
[all …]
Dexhaustive3_test.cc54 for (int i = 512; i < Runemax; i <<= 1) in InterestingUTF8()
60 v.push_back(UTF8(Runemax + j)); in InterestingUTF8()
/external/regex-re2/re2/
Dregexp.cc739 if (hi < Runemax) { in AddRange()
793 if (r >= Runemax) in RemoveAbove()
812 iterator it = ranges_.find(RuneRange(r + 1, Runemax)); in RemoveAbove()
836 v.push_back(RuneRange(0, Runemax)); in Negate()
847 if (nextlo <= Runemax) in Negate()
848 v.push_back(RuneRange(nextlo, Runemax)); in Negate()
857 nrunes_ = Runemax+1 - nrunes_; in Negate()
885 cc->nrunes_ = Runemax + 1 - nrunes_; in Negate()
896 if (nextlo <= Runemax) in Negate()
897 cc->ranges_[n++] = RuneRange(nextlo, Runemax); in Negate()
Dregexp.h247 bool full() { return nrunes_ == Runemax+1; } in full()
587 bool full() { return nrunes_ == Runemax+1; } in full()
Dparse.cc174 rune_max_ = Runemax; in ParseState()
1417 static URange32 any32[] = { { 65536, Runemax } };
1478 if (next <= Runemax) in AddUGroup()
1479 cc->AddRangeFlags(next, Runemax, parse_flags); in AddUGroup()
Dcompile.cc783 AddRuneRange(0, Runemax, false); in PostVisit()
/external/regex-re2/util/
Dutf.h32 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
Drune.cc156 if (c > Runemax) in runetochar()
/external/regex-re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).
237 rune_max_ = Runemax;