OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BigramDictionary
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
bigram_dictionary.cpp
28
BigramDictionary
::
BigramDictionary
(const unsigned char *dict, int maxWordLength,
35
LOGI("
BigramDictionary
- constructor");
40
BigramDictionary
::~
BigramDictionary
() {
43
bool
BigramDictionary
::addWordBigram(unsigned short *word, int length, int frequency) {
104
int
BigramDictionary
::getBigrams(unsigned short *prevWord, int prevWordLength, int *codes,
146
bool
BigramDictionary
::checkFirstCharacter(unsigned short *word) {
bigram_dictionary.h
23
class
BigramDictionary
{
25
BigramDictionary
(const unsigned char *dict, int maxWordLength, int maxAlternatives,
30
~
BigramDictionary
();
Completed in 66 milliseconds