HomeSort by relevance Sort by last modified time
    Searched refs:Bitx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/util/
rune.cc 23 Bitx = 6,
30 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */
36 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
37 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
38 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
39 Rune4 = (1<<(Bit4+3*Bitx))-1,
42 Maskx = (1<<Bitx)-1, /* 0011 1111 */
74 l = ((c << Bitx) | c1) & Rune2;
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3
    [all...]
  /external/regex-re2/util/
rune.cc 23 Bitx = 6,
30 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */
36 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
37 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
38 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
39 Rune4 = (1<<(Bit4+3*Bitx))-1,
42 Maskx = (1<<Bitx)-1, /* 0011 1111 */
74 l = ((c << Bitx) | c1) & Rune2;
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 22 Bitx = 6,
29 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */
35 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
37 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
38 Rune4 = (1<<(Bit4+3*Bitx))-1,
41 Maskx = (1<<Bitx)-1, /* 0011 1111 */
101 l = ((c << Bitx) | c1) & Rune2;
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3
    [all...]
  /external/libutf/
rune.c 22 Bitx = 6,
29 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */
35 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
37 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
38 Rune4 = (1<<(Bit4+3*Bitx))-1,
41 Maskx = (1<<Bitx)-1, /* 0011 1111 */
101 l = ((c << Bitx) | c1) & Rune2;
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3
    [all...]

Completed in 329 milliseconds