Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/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()
/external/libutf/
Drune.c142 if (l > Runemax) in charntorune()
227 if (l > Runemax) in chartorune()
284 if (c > Runemax) in runetochar()
332 else if (c <= Runemax) in runenlen()
Dutf.h14 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc790 if (hi < Runemax) { in AddRange()
844 if (r >= Runemax) in RemoveAbove()
863 iterator it = ranges_.find(RuneRange(r + 1, Runemax)); in RemoveAbove()
887 v.push_back(RuneRange(0, Runemax)); in Negate()
898 if (nextlo <= Runemax) in Negate()
899 v.push_back(RuneRange(nextlo, Runemax)); in Negate()
908 nrunes_ = Runemax+1 - nrunes_; in Negate()
934 cc->nrunes_ = Runemax + 1 - nrunes_; in Negate()
945 if (nextlo <= Runemax) in Negate()
946 cc->ranges_[n++] = RuneRange(nextlo, Runemax); in Negate()
Dregexp.h252 bool full() { return nrunes_ == Runemax+1; } in full()
609 bool full() { return nrunes_ == Runemax+1; } in full()
Dparse.cc202 rune_max_ = Runemax; in ParseState()
1400 if (*r > Runemax) { in StringPieceToRune()
1643 static URange32 any32[] = { { 65536, Runemax } };
1696 if (next <= Runemax) in AddUGroup()
1697 cc->AddRangeFlags(next, Runemax, parse_flags); in AddUGroup()
Dcompile.cc923 AddRuneRange(0, Runemax, false); in PostVisit()
Dre2.cc465 if (r > Runemax) { in GlobalReplace()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dutf.h33 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
Drune.cc158 if (c > Runemax) in runetochar()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).
237 rune_max_ = Runemax;