Home
last modified time | relevance | path

Searched refs:GET_LOCATION_STATUS (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndfdic.c90 if (GET_LOCATION_STATUS(loctset->loct.status) != NJ_ST_SEARCH_NO_INIT) { in search_data()
300 if ((GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) in njd_f_search_word()
301 || (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_READY)) { in njd_f_search_word()
324 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) { in njd_f_get_word()
Dndldic.c937 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in get_cand_by_sequential()
955 } else if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_READY) { in get_cand_by_sequential()
1078 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in get_cand_by_evaluate()
1098 } else if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_READY) { in get_cand_by_evaluate()
1979 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in get_cand_by_evaluate2()
2211 } else if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_READY) { in get_cand_by_evaluate2()
2239 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in get_cand_by_evaluate2()
2260 if ((GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) in get_cand_by_evaluate2()
2261 || ((GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_READY) in get_cand_by_evaluate2()
2292 if (GET_LOCATION_STATUS(loctset->loct.status) != NJ_ST_SEARCH_NO_INIT) { in get_cand_by_evaluate2()
Dndapi.c171 if ((GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) in search_word()
210 (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) || in get_word_and_search_next_word()
211 (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END_EXT)) { in get_word_and_search_next_word()
378 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) { in njd_get_word_data()
Dndbdic.c1008 if (GET_LOCATION_STATUS(loctset->loct.status) != NJ_ST_SEARCH_NO_INIT) { in bdic_search_data()
1061 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in bdic_search_fore_data()
1223 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in njd_b_search_word()
1278 } else if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_READY) { in njd_b_search_word()
1331 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_END) { in njd_b_get_word()
2409 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in bdic_search_fore_data2()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnjd.h50 #define GET_LOCATION_STATUS(x) ((NJ_UINT8)((x)&0x0f)) macro