OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dictype
(Results
1 - 5
of
5
) 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/
OpenWnnJni.h
65
NJ_UINT8
dicType
[ NJ_MAX_DIC ];
OpenWnnDictionaryImplJni.c
252
work->
dicType
[ i ] = dic_type[ i ];
361
work->dicSet.dic[ index ].type = work->
dicType
[ index ];
[
all
...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h
110
NJ_UINT8 undo, NJ_UINT8
dictype
);
Completed in 189 milliseconds