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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 36 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
101 l = ((c << Bitx) | c1) & Rune2;
122 if(l <= Rune2)
192 l = ((c << Bitx) | c1) & Rune2;
208 if(l <= Rune2)
268 if(c <= Rune2) {
323 else if (c <= Rune2)
  /external/chromium_org/third_party/re2/util/
rune.cc 37 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
74 l = ((c << Bitx) | c1) & Rune2;
90 if(l <= Rune2)
144 if(c <= Rune2) {
  /external/regex-re2/util/
rune.cc 37 Rune2 = (1<<(Bit2+1*Bitx))-1, /* 0000 0111 1111 1111 */
74 l = ((c << Bitx) | c1) & Rune2;
90 if(l <= Rune2)
144 if(c <= Rune2) {

Completed in 25 milliseconds