HomeSort by relevance Sort by last modified time
    Searched full:wordpointer (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 380 unsigned short* wordPointer;
381 const int finalFreq = correction->getFinalFreq(freq, &wordPointer, &wordLength);
383 addWord(wordPointer, wordLength, finalFreq);
    [all...]

Completed in 44 milliseconds