OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dic
(Results
1 - 6
of
6
) sorted by null
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py
107
def _extract_handler(
dic
, name):
108
if name not in
dic
:
110
handler =
dic
[name]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c
61
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)) {
ndbdic.c
[
all
...]
ndldic.c
208
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);
[
all
...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c
321
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;
[
all
...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h
160
NJ_DIC_INFO
dic
[NJ_MAX_DIC];
member in struct:__anon11178
Completed in 1117 milliseconds