Home
last modified time | relevance | path

Searched refs:Runeself (Results 1 – 12 of 12) 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/libutf/
Dutflen.c29 if(c < Runeself) { in utflen()
Dutfnlen.c30 if(c < Runeself){ in utfnlen()
Dutfrune.c32 if(c1 < Runeself) { /* one byte rune */ in utfrune()
Dutfrrune.c33 if(c1 < Runeself) { /* one byte rune */ in utfrrune()
Dutf.h12 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator
/external/regex-re2/re2/
Dregexp.cc654 if (r < Runeself) in RequiredPrefix()
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) { in RequiredPrefix()
Dcompile.cc626 if (hi < Runeself) { in AddRuneRangeUTF8()
699 if (r < Runeself) // Make common case fast. in Literal()
Dprefilter.cc172 if (r < Runeself) { in ToLowerRune()
Dparse.cc1257 if (c < Runeself && !isalpha(c) && !isdigit(c)) { in ParseEscape()
/external/regex-re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).