Searched refs:dic (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c61 dicinfo = &(cursor->cond.ds->dic[i]);
236 (cursor->cond.ds->dic[i].srhCache != NULL) &&
237 (NJ_GET_AIMAI_FROM_SCACHE(cursor->cond.ds->dic[i].srhCache)) &&
338 (cursor->cond.ds->dic[next].srhCache == NULL))) {
743 pCache = cursor->cond.ds->dic[diccnt].srhCache;
791 dhdl = cursor->cond.ds->dic[cnt].handle;
794 if ((cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].base
795 > cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].high)) {
H A Dndbdic.c1239 pdicinfo = con->ds->dic;
1250 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
1261 NJ_SET_CACHEOVER_TO_SCACHE(con->ds->dic[hIdx].srhCache);
1289 pdicinfo = con->ds->dic;
1300 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
1556 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache;
2385 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache;
H A Dndldic.c208 pdicinfo = con->ds->dic;
221 if ((con->ds->dic[hIdx].srhCache == NULL) || (con->ylen == 0) ||
228 NJ_SET_CACHEOVER_TO_SCACHE(con->ds->dic[hIdx].srhCache);
1957 NJ_SEARCH_CACHE *psrhCache = cond->ds->dic[idx].srhCache;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c321 clearDictionaryStructure( &( work->dicSet.dic[ index ] ) );
358 clearDictionaryStructure( &( work->dicSet.dic[ index ] ) );
361 work->dicSet.dic[ index ].type = work->dicType[ index ];
362 work->dicSet.dic[ index ].handle = work->dicHandle[ index ];
363 work->dicSet.dic[ index ].srhCache = &( work->srhCache[ index ] );
365 work->dicSet.dic[ index ].dic_freq[ NJ_MODE_TYPE_HENKAN ].base = base;
366 work->dicSet.dic[ index ].dic_freq[ NJ_MODE_TYPE_HENKAN ].high = high;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h160 NJ_DIC_INFO dic[NJ_MAX_DIC]; member in struct:__anon102
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java2135 IDeviceIdleController dic = IDeviceIdleController.Stub.asInterface(
2137 if (dic != null) {
2139 dic.exitIdle("voice-command");

Completed in 301 milliseconds