Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndbdic.c128 if (NJ_GET_DIC_FMT(hdl) != NJ_DIC_FMT_KANAKAN) { in get_stem_hindo()
159 if (NJ_GET_DIC_FMT(hdl) != NJ_DIC_FMT_KANAKAN) { in get_stem_next()
223 if (NJ_GET_DIC_FMT(hdl) != NJ_DIC_FMT_KANAKAN) { in get_stem_word()
359 if (NJ_GET_DIC_FMT(hdl) != NJ_DIC_FMT_KANAKAN) { in get_stem_cand_data()
402 if (NJ_GET_DIC_FMT(hdl) != NJ_DIC_FMT_KANAKAN) { in get_stem_yomi_data()
1023 if (NJ_GET_DIC_FMT(loctset->loct.handle) == NJ_DIC_FMT_KANAKAN) { in bdic_search_data()
1079 if (NJ_GET_DIC_FMT(loctset->loct.handle) == NJ_DIC_FMT_KANAKAN) { in bdic_search_fore_data()
2557 if (NJ_GET_DIC_FMT(loctset->loct.handle) == NJ_DIC_FMT_KANAKAN) { in bdic_search_fore_data2()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnjd.h57 #define NJ_GET_DIC_FMT(h) ((NJ_UINT8)((*((h)+0x1C)) & 0x03)) macro