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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 37 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
140 if (l <= Rune3)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
223 if (l <= Rune3)
287 if (c <= Rune3) {
325 else if (c <= Rune3)
  /external/libutf/
rune.c 37 Rune3 = (1<<(Bit3+2*Bitx))-1, /* 1111 1111 1111 1111 */
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
140 if (l <= Rune3)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
223 if (l <= Rune3)
287 if (c <= Rune3) {
325 else if (c <= Rune3)
  /external/chromium_org/third_party/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) {
  /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 210 milliseconds