Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c843 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_CHECK_DIC, NJ_ERR_PARAM_ENV_NULL); in njx_check_dic()
847 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_CHECK_DIC, NJ_ERR_DIC_HANDLE_NULL); in njx_check_dic()
853 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_CHECK_DIC, NJ_ERR_AREASIZE_INVALID); in njx_check_dic()
861 return NJ_SET_ERR_VAL(NJ_FUNC_NJ_CHECK_DIC, NJ_ERR_AREASIZE_INVALID); in njx_check_dic()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_err.h104 #define NJ_FUNC_NJ_CHECK_DIC (0x0030) macro