Home
last modified time | relevance | path

Searched refs:lpi_cache_len_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dlpicache.cpp26 lpi_cache_len_ = new uint16[kFullSplIdStart]; in LpiCache()
28 assert(NULL != lpi_cache_len_); in LpiCache()
30 lpi_cache_len_[id] = 0; in LpiCache()
37 if (NULL != lpi_cache_len_) in ~LpiCache()
38 delete [] lpi_cache_len_; in ~LpiCache()
52 return lpi_cache_len_[splid] != 0; in is_cached()
65 lpi_cache_len_[splid] = num; in put_cache()
71 if (lpi_max > lpi_cache_len_[splid]) in get_cache()
72 lpi_max = lpi_cache_len_[splid]; in get_cache()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dlpicache.h33 uint16 *lpi_cache_len_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dlpicache.h33 uint16 *lpi_cache_len_; variable