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

  /packages/inputmethods/PinyinIME/jni/include/
lpicache.h 27 class LpiCache {
29 static LpiCache *instance_;
36 LpiCache();
37 ~LpiCache();
39 static LpiCache& get_instance();
  /packages/inputmethods/PinyinIME/jni/share/
lpicache.cpp 18 #include "../include/lpicache.h"
22 LpiCache* LpiCache::instance_ = NULL;
24 LpiCache::LpiCache() {
33 LpiCache::~LpiCache() {
41 LpiCache& LpiCache::get_instance() {
43 instance_ = new LpiCache();
    [all...]
dicttrie.cpp 22 #include "../include/lpicache.h"
398 LpiCache& lpi_cache = LpiCache::get_instance();
matrixsearch.cpp 21 #include "../include/lpicache.h"
    [all...]

Completed in 168 milliseconds