OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Maskx
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/re2/util/
rune.cc
42
Maskx
= (1<<Bitx)-1, /* 0011 1111 */
43
Testx =
Maskx
^ 0xFF, /* 1100 0000 */
146
str[1] = Tx | (c &
Maskx
);
165
str[1] = Tx | ((c >> 1*Bitx) &
Maskx
);
166
str[2] = Tx | (c &
Maskx
);
175
str[1] = Tx | ((c >> 2*Bitx) &
Maskx
);
176
str[2] = Tx | ((c >> 1*Bitx) &
Maskx
);
177
str[3] = Tx | (c &
Maskx
);
/external/regex-re2/util/
rune.cc
42
Maskx
= (1<<Bitx)-1, /* 0011 1111 */
43
Testx =
Maskx
^ 0xFF, /* 1100 0000 */
146
str[1] = Tx | (c &
Maskx
);
165
str[1] = Tx | ((c >> 1*Bitx) &
Maskx
);
166
str[2] = Tx | (c &
Maskx
);
175
str[1] = Tx | ((c >> 2*Bitx) &
Maskx
);
176
str[2] = Tx | ((c >> 1*Bitx) &
Maskx
);
177
str[3] = Tx | (c &
Maskx
);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c
41
Maskx
= (1<<Bitx)-1, /* 0011 1111 */
42
Testx =
Maskx
^ 0xFF, /* 1100 0000 */
270
str[1] = Tx | (c &
Maskx
);
289
str[1] = Tx | ((c >> 1*Bitx) &
Maskx
);
290
str[2] = Tx | (c &
Maskx
);
299
str[1] = Tx | ((c >> 2*Bitx) &
Maskx
);
300
str[2] = Tx | ((c >> 1*Bitx) &
Maskx
);
301
str[3] = Tx | (c &
Maskx
);
Completed in 315 milliseconds