Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Drune.c37 Rune4 = (1<<(Bit4+3*Bitx))-1, /* 0001 1111 1111 1111 1111 1111 */ enumerator
142 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4; in charntorune()
227 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4; in chartorune()
335 else /* assert(c <= Rune4) */ in runenlen()

Completed in 1 milliseconds