Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c248 if ((ret == 0) || (NJ_GET_ERR_CODE(ret) == NJ_ERR_BUFFER_NOT_ENOUGH)) { in get_word_and_search_next_word()
312 if ((ret == 0) || (NJ_GET_ERR_CODE(ret) == NJ_ERR_BUFFER_NOT_ENOUGH)) { in get_word_and_search_next_word()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_err.h23 #define NJ_GET_ERR_CODE(x) ((x) & NJ_ERR_CODE_MASK) macro