Home
last modified time | relevance | path

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

/third_party/re2/util/
Drune.cc221 if(c < Runeself) { in utflen()
244 if(c1 < Runeself) { /* one byte rune */ in utfrune()
Dutf.h31 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dutf.h25 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
/third_party/re2/re2/
Dregexp.cc696 if (r < Runeself) in RequiredPrefix()
706 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) { in RequiredPrefix()
Dcompile.cc732 if (hi < Runeself) { in AddRuneRangeUTF8()
842 if (r < Runeself) // Make common case fast. in Literal()
Dprefilter.cc176 if (r < Runeself) { in ToLowerRune()
Dparse.cc1469 if (c < Runeself && !isalpha(c) && !isdigit(c)) { in ParseEscape()
/third_party/re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).