Searched refs:Runemax (Results 1 – 12 of 12) sorted by relevance
/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()
|
/third_party/re2/re2/ |
D | regexp.cc | 781 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()
|
D | regexp.h | 252 bool full() { return nrunes_ == Runemax+1; } in full() 602 bool full() { return nrunes_ == Runemax+1; } in full()
|
D | parse.cc | 202 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()
|
D | re2.cc | 424 if (r > Runemax) { in GlobalReplace()
|
D | compile.cc | 929 AddRuneRange(0, Runemax, false); in PostVisit()
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | rune.c | 143 if (l <= Rune3 || l > Runemax) in charntorune() 228 if (l <= Rune3 || l > Runemax) in chartorune() 286 if (c > Runemax) in runetochar()
|
D | utf.h | 27 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
|
/third_party/re2/util/ |
D | utf.h | 33 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
|
D | rune.cc | 158 if (c > Runemax) in runetochar()
|
/third_party/re2/ |
D | ucs2.diff | 148 // for the rune range 80-10FFFF (Runeself-Runemax). 237 rune_max_ = Runemax;
|