OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allFlags
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
repattrn.cpp
282
const uint32_t
allFlags
= UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS |
286
if ((flags & ~
allFlags
) != 0) {
333
const uint32_t
allFlags
= UREGEX_CANON_EQ | UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS |
337
if ((flags & ~
allFlags
) != 0) {
/frameworks/base/libs/binder/
BpBinder.cpp
223
const uint32_t
allFlags
= obit.flags|flags;
/packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java
[
all
...]
Completed in 984 milliseconds