HomeSort by relevance Sort by last modified time
    Searched full:rune3 (Results 1 - 1 of 1) sorted by null

  /external/regex-re2/util/
rune.cc 38 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
105 if (l <= Rune3)
163 if (c <= Rune3) {

Completed in 78 milliseconds