Home
last modified time | relevance | path

Searched refs:dictype (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c414 NJ_UINT16 dictype; in set_operation_id() local
419 dictype = NJ_DIC_STATIC; in set_operation_id()
434 dictype = NJ_DIC_STATIC; in set_operation_id()
439 dictype = NJ_DIC_CUSTOMIZE; in set_operation_id()
443 dictype = NJ_DIC_USER; in set_operation_id()
448 dictype = NJ_DIC_STATIC; in set_operation_id()
453 (NJ_UINT16)((NJ_UINT16)NJ_OP_SEARCH | (NJ_UINT16)NJ_FUNC_SEARCH | dictype); in set_operation_id()
483 NJ_UINT32 dictype; in njd_get_stroke() local
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle); in njd_get_stroke()
492 switch (dictype) { in njd_get_stroke()
[all …]
Dndldic.c776 NJ_UINT32 dictype; in get_hyouki() local
784 dictype = NJ_GET_DIC_TYPE(handle); in get_hyouki()
785 if (dictype == NJ_DIC_TYPE_USER) { in get_hyouki()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_ext.h110 NJ_UINT8 undo, NJ_UINT8 dictype);