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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
multi_bigram_map.cpp 31 const int MultiBigramMap::BigramMap::DEFAULT_HASH_MAP_SIZE_FOR_EACH_BIGRAM_MAP = 100;
multi_bigram_map.h 42 hash_map_compat<int, BigramMap>::const_iterator mapPosition =
64 class BigramMap {
66 BigramMap() : mBigramMap(DEFAULT_HASH_MAP_SIZE_FOR_EACH_BIGRAM_MAP), mBloomFilter() {}
67 ~BigramMap() {}
99 // NOTE: The BigramMap class doesn't use DISALLOW_COPY_AND_ASSIGN() because its default
129 hash_map_compat<int, BigramMap> mBigramMaps;

Completed in 36 milliseconds