OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasShortcutTargets
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_reading_utils.h
64
static AK_FORCE_INLINE bool
hasShortcutTargets
(const NodeFlags flags) {
81
const bool isNotAWord, const bool isTerminal, const bool
hasShortcutTargets
,
88
nodeFlags =
hasShortcutTargets
? (nodeFlags | FLAG_HAS_SHORTCUT_TARGETS) : nodeFlags;
patricia_trie_policy.cpp
201
if (PatriciaTrieReadingUtils::
hasShortcutTargets
(flags)) {
218
if (PatriciaTrieReadingUtils::
hasShortcutTargets
(flags)) {
310
if (PatriciaTrieReadingUtils::
hasShortcutTargets
(flags)) {
363
if (!PatriciaTrieReadingUtils::
hasShortcutTargets
(flags)) {
393
if (PatriciaTrieReadingUtils::
hasShortcutTargets
(flags)) {
413
if (PatriciaTrieReadingUtils::
hasShortcutTargets
(flags)) {
dynamic_patricia_trie_node_reader.cpp
84
if (PatriciaTrieReadingUtils::
hasShortcutTargets
(mFlags)) {
Completed in 722 milliseconds