Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c823 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_GET_WORD, NJ_ERR_PARAM_ENV_NULL); in njx_get_word()
826 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_GET_WORD, NJ_ERR_PARAM_CURSOR_NULL); in njx_get_word()
829 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_GET_WORD, NJ_ERR_PARAM_RESULT_NULL); in njx_get_word()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_err.h101 #define NJ_FUNC_NJ_GET_WORD (0x002D) macro