OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dictype
(Results
1 - 2
of
2
) 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
...]
Completed in 56 milliseconds