OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ytbl
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c
452
NJ_UINT8 *
ytbl
;
local
470
ytbl
= ytbl_top + ((yidx-1) * ysize);
471
len += UTL_CHAR(
ytbl
);
490
NJ_UINT8 *ytbl_top, *
ytbl
;
local
511
ytbl
= ytbl_top + ((yidx - 1) * ysize);
514
char_len = UTL_CHAR(
ytbl
);
519
NJ_CHAR_COPY(yomi + copy_len,
ytbl
);
522
ytbl
+= sizeof(NJ_CHAR);
530
*(yomi + copy_len) = (NJ_CHAR)(*
ytbl
);
[
all
...]
Completed in 189 milliseconds