OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getWordId
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
ngram_context.cpp
88
/* static */ int NgramContext::
getWordId
(
106
const int wordId = dictStructurePolicy->
getWordId
(codePointArrayView,
114
return dictStructurePolicy->
getWordId
(codePointArrayView, true /* forceLowerCaseSearch */);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h
114
int
getWordId
() const {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.h
51
int
getWordId
() const { return mWordId; }
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp
280
int PatriciaTriePolicy::
getWordId
(const CodePointArrayView wordCodePoints,
288
AKLOGE("Dictionary reading error in
getWordId
().");
428
const int wordId =
getWordId
(wordCodePoints, false /* forceLowerCaseSearch */);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp
87
int Ver4PatriciaTriePolicy::
getWordId
(const CodePointArrayView wordCodePoints,
160
listener->onVisitEntry(probability, entry.
getWordId
());
223
const int wordId =
getWordId
(codePointArrayView, false /* forceLowerCaseSearch */);
252
const int wordId =
getWordId
(wordCodePoints, false /* forceLowerCaseSearch */);
317
const int wordId =
getWordId
(CodePointArrayView(*ngramProperty->getTargetCodePoints()),
359
const int wordId =
getWordId
(wordCodePoints, false /* forceLowerCaseSearch */);
382
int wordId =
getWordId
(wordCodePoints, false /* tryLowerCaseSearch */);
396
wordId =
getWordId
(wordCodePoints, false /* tryLowerCaseSearch */);
506
const int wordId =
getWordId
(wordCodePoints, false /* forceLowerCaseSearch */);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp
105
int Ver4PatriciaTriePolicy::
getWordId
(const CodePointArrayView wordCodePoints,
113
AKLOGE("Dictionary reading error in
getWordId
().");
311
getWordId
(codePointArrayView, false /* forceLowerCaseSearch */));
339
getWordId
(wordCodePoints, false /* forceLowerCaseSearch */));
389
const int wordPos = getTerminalPtNodePosFromWordId(
getWordId
(
433
const int wordPos = getTerminalPtNodePosFromWordId(
getWordId
(wordCodePoints,
552
getWordId
(wordCodePoints, false /* forceLowerCaseSearch */));
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
119
newPrevWordIds[0] = dicNode->mDicNodeProperties.
getWordId
();
201
int
getWordId
() const {
202
return mDicNodeProperties.
getWordId
();
Completed in 620 milliseconds