OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NJ_GET_ERR_CODE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_err.h
23
#define
NJ_GET_ERR_CODE
(x) ((x) & NJ_ERR_CODE_MASK)
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c
248
if ((ret == 0) || (
NJ_GET_ERR_CODE
(ret) == NJ_ERR_BUFFER_NOT_ENOUGH)) {
312
if ((ret == 0) || (
NJ_GET_ERR_CODE
(ret) == NJ_ERR_BUFFER_NOT_ENOUGH)) {
Completed in 246 milliseconds