Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c36 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */ enumerator
122 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3; in charntorune()
143 if (l <= Rune3 || l > Runemax) in charntorune()
210 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3; in chartorune()
228 if (l <= Rune3 || l > Runemax) in chartorune()
295 if (c <= Rune3) { in runetochar()
333 else if (c <= Rune3) in runenlen()
/third_party/re2/util/
Drune.cc40 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */ enumerator
91 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3; in chartorune()
107 if (l <= Rune3) in chartorune()
165 if (c <= Rune3) { in runetochar()