HomeSort by relevance Sort by last modified time
    Searched refs:hasBigrams (Results 1 - 7 of 7) 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);
patricia_trie_reading_utils.cpp 157 if (hasBigrams(flags)) {
  /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,
ver4_patricia_trie_node_writer.h 134 const bool isTerminal, const bool hasShortcutTargets, const bool hasBigrams,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 238 if (PatriciaTrieReadingUtils::hasBigrams(flags)) {
261 if (PatriciaTrieReadingUtils::hasBigrams(flags)) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 511 * @param hasBigrams whether the PtNode has bigrams.
517 final int childrenAddressSize, final boolean hasBigrams,
538 if (hasBigrams) flags |= FormatSpec.FLAG_HAS_BIGRAMS;
    [all...]

Completed in 660 milliseconds