Home
last modified time | relevance | path

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

/external/regex-re2/util/
Drune.cc37 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */ enumerator
74 l = ((c << Bitx) | c1) & Rune2; in chartorune()
90 if(l <= Rune2) in chartorune()
144 if(c <= Rune2) { in runetochar()