Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c79 loctset->loct.status = NJ_ST_SEARCH_NO_INIT; in check_search_cursor()
880 loctset->loct.status = NJ_ST_SEARCH_NO_INIT; in njd_init_search_location_set()
903 word->stem.loc.status = NJ_ST_SEARCH_NO_INIT; in njd_init_word()
Dndldic.c937 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in get_cand_by_sequential()
1078 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { in get_cand_by_evaluate()
1979 if (GET_LOCATION_STATUS(loctset->loct.status) == NJ_ST_SEARCH_NO_INIT) { 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()
2292 if (GET_LOCATION_STATUS(loctset->loct.status) != NJ_ST_SEARCH_NO_INIT) { in get_cand_by_evaluate2()
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()
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()
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.h20 #define NJ_ST_SEARCH_NO_INIT 1 macro