Home
last modified time | relevance | path

Searched refs:GET_LOCATION_OPERATION (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnjd.h52 #define GET_LOCATION_OPERATION(x) ((NJ_UINT8)(((x) >> 4)&0x0f)) macro
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndbdic.c1335 if (GET_LOCATION_OPERATION(loctset->loct.status) == NJ_CUR_OP_FORE) { in njd_b_get_word()
1355 if (GET_LOCATION_OPERATION(loctset->loct.status) == NJ_CUR_OP_FORE) { in njd_b_get_word()
1364 if (GET_LOCATION_OPERATION(loctset->loct.status) == NJ_CUR_OP_FORE) { in njd_b_get_word()
1404 if ((GET_LOCATION_OPERATION(word->stem.loc.status) == NJ_CUR_OP_COMP) || in njd_b_get_candidate()
1405 (GET_LOCATION_OPERATION(word->stem.loc.status) == NJ_CUR_OP_FORE)) { in njd_b_get_candidate()
1424 if (GET_LOCATION_OPERATION(word->stem.loc.status) == NJ_CUR_OP_COMP) { in njd_b_get_candidate()
1495 if (GET_LOCATION_OPERATION(word->stem.loc.status) == NJ_CUR_OP_FORE) { in njd_b_get_stroke()
Dndapi.c499 if (GET_LOCATION_OPERATION(result->word.stem.loc.status) != NJ_CUR_OP_COMP) { in njd_get_stroke()
Dndldic.c1728 …learn_index_top_addr = get_search_index_address(loctset->loct.handle, GET_LOCATION_OPERATION(locts… in njd_l_get_word()