Searched refs:Runemax (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | charclass_test.cc | 56 { { { 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 …]
|
D | exhaustive3_test.cc | 60 for (int i = 512; i < Runemax; i <<= 1) in InterestingUTF8() 66 v.push_back(UTF8(Runemax + j)); in InterestingUTF8()
|
/external/libutf/ |
D | rune.c | 142 if (l > Runemax) in charntorune() 227 if (l > Runemax) in chartorune() 284 if (c > Runemax) in runetochar() 332 else if (c <= Runemax) in runenlen()
|
D | utf.h | 14 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.cc | 790 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()
|
D | regexp.h | 252 bool full() { return nrunes_ == Runemax+1; } in full() 609 bool full() { return nrunes_ == Runemax+1; } in full()
|
D | parse.cc | 202 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()
|
D | compile.cc | 923 AddRuneRange(0, Runemax, false); in PostVisit()
|
D | re2.cc | 465 if (r > Runemax) { in GlobalReplace()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | utf.h | 33 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
|
D | rune.cc | 158 if (c > Runemax) in runetochar()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 148 // for the rune range 80-10FFFF (Runeself-Runemax). 237 rune_max_ = Runemax;
|