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

  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
trie_map_test.cpp 33 trieMap.putRoot(10, 10);
35 trieMap.putRoot(0x10A, 10);
38 trieMap.putRoot(10, 1000);
40 trieMap.putRoot(11, 1000);
47 trieMap.putRoot(0, 0xFFFFFFFFFull);
53 trieMap.putRoot(10, 10);
60 EXPECT_TRUE(trieMap.putRoot(10, 0x3FFFFF));
64 trieMap.putRoot(12, 11);
74 EXPECT_TRUE(trieMap.putRoot(S_INT_MAX, 0xFFFFFFFFFull));
82 EXPECT_TRUE(trieMap.putRoot(i, i))
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h 193 bool putRoot(const int key, const uint64_t value) {

Completed in 94 milliseconds