Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/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
/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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dcompile.cc726 if (hi < Runeself) { in AddRuneRangeUTF8()
836 if (r < Runeself) // Make common case fast. in Literal()
Dprefilter.cc176 if (r < Runeself) { in ToLowerRune()
Dparse.cc1470 if (c < Runeself && !isalpha(c) && !isdigit(c)) { in ParseEscape()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff148 // for the rune range 80-10FFFF (Runeself-Runemax).