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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
trie_map.cpp 79 const int valueEntryIndex = allocateTable(2 /* entryCount */);
170 const int valueEntryIndex = allocateTable(2 /* entryCount */);
199 int TrieMap::allocateTable(const int entryCount) {
317 const int newTableIndex = allocateTable(1 /* entryCount */);
331 const int newTableIndex = allocateTable(2 /* entryCount */);
362 const int newTableIndex = allocateTable(entryCount + 1);
trie_map.h 290 int allocateTable(const int entryCount);
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 480 static ValueType* allocateTable(unsigned size);
    [all...]

Completed in 1550 milliseconds