Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dneapi.c86 switch (NJ_GET_RESULT_OP(result->operation_id)) { in njx_get_candidate()
116 switch (NJ_GET_RESULT_OP(result->operation_id)) { in njx_get_stroke()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_lib.h305 #define NJ_GET_RESULT_OP(id) ((id) & NJ_OP_MASK) macro