Home
last modified time | relevance | path

Searched refs:Runeself (Results 1 – 7 of 7) sorted by relevance

/external/regex-re2/util/
Drune.cc219 if(c < Runeself) { in utflen()
242 if(c1 < Runeself) { /* one byte rune */ in utfrune()
Dutf.h30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
/external/regex-re2/re2/
Dregexp.cc643 if (r < Runeself) in RequiredPrefix()
653 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) { in RequiredPrefix()
Dcompile.cc625 if (hi < Runeself) { in AddRuneRangeUTF8()
698 if (r < Runeself) // Make common case fast. in Literal()
Dprefilter.cc172 if (r < Runeself) { in ToLowerRune()
Dparse.cc1258 if (c < Runeself && !isalpha(c) && !isdigit(c)) { in ParseEscape()
/external/regex-re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).