Searched refs:MAX_WORD_LENGTH (Results 26 - 35 of 35) sorted by relevance

12

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.cpp146 dictBuf, flags, MAX_WORD_LENGTH, codePointTable, outCodePoint, &readingPos);
H A Dpt_node_params.h249 int mCodePoints[MAX_WORD_LENGTH];
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Djni_data_utils.cpp34 MAX_WORD_LENGTH /* maxLength */, codePoints.data(), codePoints.size(),
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dbyte_array_utils_test.cpp83 EXPECT_EQ(3, ByteArrayUtils::readStringAndAdvancePosition(buffer, MAX_WORD_LENGTH, nullptr,
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h31 // Must be equal to Constants.Dictionary.MAX_WORD_LENGTH in Java
32 #define MAX_WORD_LENGTH 48 macro
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp46 ASSERT(isGeometric || (inputSize < MAX_WORD_LENGTH));
H A Dproximity_info_state_utils.cpp151 memset(primaryInputWord, 0, sizeof(primaryInputWord[0]) * MAX_WORD_LENGTH);
939 memset(codePointBuf, 0, sizeof(codePointBuf[0]) * MAX_WORD_LENGTH);
943 for (int i = 0; i < sampledInputSize && index < MAX_WORD_LENGTH - 1; ++i) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictIOUtils.java81 int[] pushedChars = new int[FormatSpec.MAX_WORD_LENGTH + 1];
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h240 return getTotalNodeCodePointCount() > MAX_WORD_LENGTH - 3;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java73 protected static final int MAX_WORD_LENGTH = field in class:ExpandableBinaryDictionary

Completed in 330 milliseconds

12