HomeSort by relevance Sort by last modified time
    Searched refs:prevWordLength (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
bigram_dictionary.h 32 void fillBigramAddressToProbabilityMapAndFilter(const int *prevWord, const int prevWordLength,
41 int getBigramListPositionForWord(const int *prevWord, const int prevWordLength,
dic_traverse_wrapper.h 35 const int *prevWord, const int prevWordLength) {
37 sDicTraverseSessionInitMethod(traverseSession, dictionary, prevWord, prevWordLength);
bigram_dictionary.cpp 86 * prevWordLength: its length.
100 int BigramDictionary::getBigrams(const int *prevWord, int prevWordLength, int *inputCodePoints,
106 int pos = getBigramListPositionForWord(prevWord, prevWordLength,
111 pos = getBigramListPositionForWord(prevWord, prevWordLength,
148 int BigramDictionary::getBigramListPositionForWord(const int *prevWord, const int prevWordLength,
150 if (0 >= prevWordLength) return 0;
152 int pos = BinaryFormat::getTerminalPosition(root, prevWord, prevWordLength,
170 const int prevWordLength, std::map<int, int> *map, uint8_t *filter) const {
173 int pos = getBigramListPositionForWord(prevWord, prevWordLength,
177 pos = getBigramListPositionForWord(prevWord, prevWordLength,
    [all...]
dictionary.cpp 56 int inputSize, int *prevWordCodePoints, int prevWordLength, int commitPoint, bool isGesture,
62 traverseSession, this, prevWordCodePoints, prevWordLength);
73 traverseSession, this, prevWordCodePoints, prevWordLength);
85 prevWordLength, &bigramMap, bigramFilter);
dictionary.h 53 int *prevWordCodePoints, int prevWordLength, int commitPoint, bool isGesture,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp 37 const int *prevWord, const int prevWordLength) {
40 tSession->init(dictionary, prevWord, prevWordLength);
65 int prevWordLength) {
75 prevWordLength, false /* forceLowerCaseSearch */);
80 prevWordLength, true /* forceLowerCaseSearch */);
dic_traverse_session.h 48 void init(const Dictionary *dictionary, const int *prevWord, int prevWordLength);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 318 const uint16_t prevWordLength = mDicNodeState.mDicNodeStatePrevWord.getPrevWordLength();
321 prevWordLength, getOutputWordBuf(), currentDepth, dest);

Completed in 93 milliseconds