HomeSort by relevance Sort by last modified time
    Searched defs:LpiCache (Results 1 - 2 of 2) 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...]

Completed in 27 milliseconds