OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextLevelBitmapEntryIndex
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
trie_map_test.cpp
42
const int next = trieMap.
getNextLevelBitmapEntryIndex
(10);
65
const int nextLevel = trieMap.
getNextLevelBitmapEntryIndex
(10);
147
const int nextLevelBitmapEntryIndex = trieMap.
getNextLevelBitmapEntryIndex
(firstLevelKey);
159
const int secondLevel = trieMap.
getNextLevelBitmapEntryIndex
(secondLevelKey.first);
161
const int thirdLevel = trieMap.
getNextLevelBitmapEntryIndex
(
173
const int secondLevel = trieMap.
getNextLevelBitmapEntryIndex
(firstLevelEntry.first);
182
const int secondLevel = trieMap.
getNextLevelBitmapEntryIndex
(firstLevelEntry.first);
186
trieMap.
getNextLevelBitmapEntryIndex
(secondLevelEntry.first, secondLevel);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h
87
AK_FORCE_INLINE int
getNextLevelBitmapEntryIndex
() const {
181
int
getNextLevelBitmapEntryIndex
(const int key) {
182
return
getNextLevelBitmapEntryIndex
(key, ROOT_BITMAP_ENTRY_INDEX);
185
int
getNextLevelBitmapEntryIndex
(const int key, const int bitmapEntryIndex);
trie_map.cpp
67
int TrieMap::
getNextLevelBitmapEntryIndex
(const int key, const int bitmapEntryIndex) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.cpp
192
entry.
getNextLevelBitmapEntryIndex
(), prevWordIds, outBummpedFullEntryInfo);
288
mTrieMap.
getNextLevelBitmapEntryIndex
(it->second, nextLevelBitmapEntryIndex))) {
312
lastBitmapEntryIndex = mTrieMap.
getNextLevelBitmapEntryIndex
(wordId,
383
if (!updateAllProbabilityEntriesForGCInner(entry.
getNextLevelBitmapEntryIndex
(),
430
if (!getEntryInfo(headerPolicy, targetLevel, entry.
getNextLevelBitmapEntryIndex
(),
Completed in 47 milliseconds