Home
last modified time | relevance | path

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

/external/libutf/
Drune.c38 Rune4 = (1<<(Bit4+3*Bitx))-1, enumerator
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4; in charntorune()
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4; in chartorune()
/external/regex-re2/util/
Drune.cc39 Rune4 = (1<<(Bit4+3*Bitx))-1, enumerator
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4; in chartorune()