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

  /external/chromium_org/third_party/re2/util/
rune.cc 39 Rune4 = (1<<(Bit4+3*Bitx))-1,
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
  /external/regex-re2/util/
rune.cc 39 Rune4 = (1<<(Bit4+3*Bitx))-1,
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 38 Rune4 = (1<<(Bit4+3*Bitx))-1,
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
327 else /* assert(c <= Rune4) */
  /external/libutf/
rune.c 38 Rune4 = (1<<(Bit4+3*Bitx))-1,
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
327 else /* assert(c <= Rune4) */

Completed in 95 milliseconds