Home
last modified time | relevance | path

Searched refs:USER_DICT_NONE (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
Duserdict.cpp217 if (state_ == USER_DICT_NONE) in is_valid_state()
240 state_(USER_DICT_NONE) { in UserDict()
286 if (state_ == USER_DICT_NONE) in close_dict()
333 state_ = USER_DICT_NONE; in close_dict()
1239 if (state_ == USER_DICT_NONE || state_ == USER_DICT_SYNC) in _get_lpis()
/packages/inputmethods/PinyinIME/jni/include/
Duserdict.h226 USER_DICT_NONE = 0, enumerator