Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c35 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */ enumerator
102 l = ((c << Bitx) | c1) & Rune2; in charntorune()
123 if(l <= Rune2) in charntorune()
195 l = ((c << Bitx) | c1) & Rune2; in chartorune()
211 if(l <= Rune2) in chartorune()
274 if(c <= Rune2) { in runetochar()
331 else if (c <= Rune2) in runenlen()