HomeSort by relevance Sort by last modified time
    Searched refs:dictype (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 414 NJ_UINT16 dictype; local
419 dictype = NJ_DIC_STATIC;
434 dictype = NJ_DIC_STATIC;
439 dictype = NJ_DIC_CUSTOMIZE;
443 dictype = NJ_DIC_USER;
448 dictype = NJ_DIC_STATIC;
453 (NJ_UINT16)((NJ_UINT16)NJ_OP_SEARCH | (NJ_UINT16)NJ_FUNC_SEARCH | dictype);
483 NJ_UINT32 dictype; local
490 dictype = NJ_GET_DIC_TYPE_EX(result->word.stem.loc.type, result->word.stem.loc.handle);
492 switch (dictype) {
541 NJ_UINT32 dictype; local
    [all...]
ndldic.c 776 NJ_UINT32 dictype; local
784 dictype = NJ_GET_DIC_TYPE(handle);
785 if (dictype == NJ_DIC_TYPE_USER) {
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 110 NJ_UINT8 undo, NJ_UINT8 dictype);

Completed in 33 milliseconds