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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 64 bool frozen_; member in class:ime_pinyin::SpellingTable
  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 73 frozen_ = true;
132 frozen_ = false;
138 if (frozen_ || NULL == spelling_str)
186 if (NULL == spelling_str || NULL == spelling_buf_ || frozen_)
300 frozen_ = true;

Completed in 253 milliseconds