OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAG_IS_BLACKLISTED
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_reading_utils.cpp
43
const PtReadingUtils::NodeFlags PtReadingUtils::
FLAG_IS_BLACKLISTED
= 0x01;
patricia_trie_reading_utils.h
53
return (flags &
FLAG_IS_BLACKLISTED
) != 0;
85
nodeFlags = isBlacklisted ? (nodeFlags |
FLAG_IS_BLACKLISTED
) : nodeFlags;
117
static const NodeFlags
FLAG_IS_BLACKLISTED
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
110
* | is blacklisted ? 1 bit, 1 = yes, 0 = no :
FLAG_IS_BLACKLISTED
235
static final int
FLAG_IS_BLACKLISTED
= 0x01;
Completed in 205 milliseconds