OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasBigrams
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
patricia_trie_reading_utils.h
73
static AK_FORCE_INLINE bool
hasBigrams
(const NodeFlags flags) {
87
const bool
hasBigrams
, const bool hasMultipleChars,
94
nodeFlags =
hasBigrams
? (nodeFlags | FLAG_HAS_BIGRAMS) : nodeFlags;
pt_node_params.h
155
AK_FORCE_INLINE bool
hasBigrams
() const {
156
return PatriciaTrieReadingUtils::
hasBigrams
(mFlags);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_writer.cpp
245
if (!sourcePtNodeParams.
hasBigrams
()) {
250
true /*
hasBigrams
*/,
321
ptNodeParams->
hasBigrams
(),
329
const bool
hasBigrams
= mBuffers->getBigramDictContent()->getBigramListHeadPos(
335
hasBigrams
, ptNodeParams->getCodePointCount() > 1 /* hasMultipleChars */);
391
ptNodeParams->
hasBigrams
(),
415
const bool hasShortcutTargets, const bool
hasBigrams
, const bool hasMultipleChars) {
419
hasShortcutTargets,
hasBigrams
, hasMultipleChars,
Completed in 61 milliseconds