Searched refs:Rune2 (Results 1 – 2 of 2) sorted by relevance
36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */ enumerator101 l = ((c << Bitx) | c1) & Rune2; in charntorune()122 if(l <= Rune2) in charntorune()194 l = ((c << Bitx) | c1) & Rune2; in chartorune()210 if(l <= Rune2) in chartorune()272 if(c <= Rune2) { in runetochar()328 else if (c <= Rune2) in runenlen()
39 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */ enumerator76 l = ((c << Bitx) | c1) & Rune2; in chartorune()92 if(l <= Rune2) in chartorune()146 if(c <= Rune2) { in runetochar()