OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NJ_SEARCH_LOCATION_SET
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h
83
extern NJ_INT16 njd_get_word_data(NJ_CLASS *iwnn, NJ_DIC_SET *dicset,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT16 dic_idx, NJ_WORD *word);
88
extern NJ_INT16 njd_init_search_location_set(
NJ_SEARCH_LOCATION_SET
* loctset);
92
NJ_SEARCH_LOCATION_SET
*loctset);
93
extern NJ_INT16 njd_b_get_word(
NJ_SEARCH_LOCATION_SET
*loctset, NJ_WORD *word);
99
NJ_SEARCH_LOCATION_SET
*loctset);
100
extern NJ_INT16 njd_f_get_word(
NJ_SEARCH_LOCATION_SET
*loctset, NJ_WORD *word);
107
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 comp_flg);
113
extern NJ_INT16 njd_l_get_word(NJ_CLASS *iwnn,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_WORD *word);
nj_lib.h
227
}
NJ_SEARCH_LOCATION_SET
;
231
NJ_SEARCH_LOCATION_SET
loctset[NJ_MAX_DIC];
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c
73
static NJ_UINT16 search_data(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset);
77
static NJ_UINT16 search_data(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset)
257
NJ_INT16 njd_f_search_word(NJ_SEARCH_CONDITION *con,
NJ_SEARCH_LOCATION_SET
*loctset)
316
NJ_INT16 njd_f_get_word(
NJ_SEARCH_LOCATION_SET
*loctset, NJ_WORD *word)
ndbdic.c
90
static NJ_INT16 search_node(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset);
91
static NJ_INT16 bdic_search_data(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset);
92
static NJ_INT16 bdic_search_fore_data(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset);
96
static NJ_INT16 search_node2(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset,
99
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT16 hidx);
114
NJ_SEARCH_LOCATION_SET
*loctset,
116
static NJ_INT16 bdic_get_word_freq(NJ_UINT8 *data_top,
NJ_SEARCH_LOCATION_SET
*loctset,
550
static NJ_INT16 search_node(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset)
998
static NJ_INT16 bdic_search_data(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset)
1048
static NJ_INT16 bdic_search_fore_data(NJ_SEARCH_CONDITION *condition,
NJ_SEARCH_LOCATION_SET
*loctset
[
all
...]
ndapi.c
51
NJ_SEARCH_LOCATION_SET
*loctset;
129
NJ_SEARCH_LOCATION_SET
*loctset;
196
NJ_SEARCH_LOCATION_SET
*loctset;
372
NJ_INT16 njd_get_word_data(NJ_CLASS *iwnn, NJ_DIC_SET *dicset,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT16 dic_idx, NJ_WORD *word) {
867
NJ_INT16 njd_init_search_location_set(
NJ_SEARCH_LOCATION_SET
* loctset)
ndldic.c
116
static NJ_INT16 get_cand_by_sequential(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *cond,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 search_pattern, NJ_UINT8 comp_flg);
117
static NJ_INT16 get_cand_by_evaluate(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *cond,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 search_pattern);
118
static NJ_INT16 get_cand_by_evaluate2(NJ_CLASS *iwnn, NJ_SEARCH_CONDITION *cond,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 search_pattern, NJ_UINT16 hIdx);
131
static NJ_HINDO get_hindo(NJ_CLASS *iwnn,
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 search_pattern);
158
NJ_SEARCH_LOCATION_SET
*loctset,
925
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 search_pattern,
1058
NJ_SEARCH_LOCATION_SET
*loctset, NJ_UINT8 search_pattern) {
[
all
...]
Completed in 5112 milliseconds