Searched refs:Runemax (Results 1 – 9 of 9) sorted by relevance
/external/regex-re2/re2/testing/ |
D | charclass_test.cc | 53 { { { 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 …]
|
D | exhaustive3_test.cc | 54 for (int i = 512; i < Runemax; i <<= 1) in InterestingUTF8() 60 v.push_back(UTF8(Runemax + j)); in InterestingUTF8()
|
/external/regex-re2/re2/ |
D | regexp.cc | 739 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()
|
D | regexp.h | 247 bool full() { return nrunes_ == Runemax+1; } in full() 587 bool full() { return nrunes_ == Runemax+1; } in full()
|
D | parse.cc | 174 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()
|
D | compile.cc | 783 AddRuneRange(0, Runemax, false); in PostVisit()
|
/external/regex-re2/util/ |
D | utf.h | 32 Runemax = 0x10FFFF, /* maximum rune value */ enumerator
|
D | rune.cc | 156 if (c > Runemax) in runetochar()
|
/external/regex-re2/ |
D | ucs2.diff | 148 // for the rune range 80-10FFFF (Runeself-Runemax). 237 rune_max_ = Runemax;
|