HomeSort by relevance Sort by last modified time
    Searched refs:MileStoneHandle (Results 1 - 8 of 8) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 95 MileStoneHandle mile_stones_pos_;
125 MileStoneHandle extend_dict0(MileStoneHandle from_handle,
130 MileStoneHandle extend_dict1(MileStoneHandle from_handle,
135 MileStoneHandle extend_dict2(MileStoneHandle from_handle,
150 static const MileStoneHandle kFirstValidMileStoneHandle = 1;
184 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
186 MileStoneHandle extend_dict(MileStoneHandle from_handle
    [all...]
atomdictbase.h 25 * parameter). Usually, when extend_dict() is called, a MileStoneHandle object
27 * look-up process, and a new MileStoneHandle object will be returned if
30 * A returned MileStoneHandle object should keep alive until Function
34 * MileStoneHandle objects, or it can make the objects in ascendant order to
87 * its corresponding MileStoneHandle objects according its detailed
91 * MileStoneHandle objects, parameter from_step can be used to identify which
95 * can easily reset those MileStoneHandle which are larger than from_handle.
99 * the step information, and the MileStoneHandle objects returned by the
105 * @param from_step From which step(included) the MileStoneHandle
107 * @param from_handle The ealiest MileStoneHandle object for step from_ste
    [all...]
searchutility.h 29 typedef uint16 MileStoneHandle;
55 // receives the same DictExtPara and a dictionary specific MileStoneHandle for
92 // This parameter may useful to manage the MileStoneHandle list for each
93 // step. When the user deletes a character from the string, MileStoneHandle
95 // user begins a new string, all MileStoneHandle objects should be reset.
userdict.h 44 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
46 MileStoneHandle extend_dict(MileStoneHandle from_handle,
matrixsearch.h 32 // MileStoneHandle objects for the system and user dictionaries.
33 MileStoneHandle dict_handles[2];
349 void fill_dmi(DictMatchInfo *dmi, MileStoneHandle *handles,
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 351 void DictTrie::reset_milestones(uint16 from_step, MileStoneHandle from_handle) {
365 MileStoneHandle DictTrie::extend_dict(MileStoneHandle from_handle,
386 MileStoneHandle DictTrie::extend_dict0(MileStoneHandle from_handle,
392 MileStoneHandle ret_handle = 0;
444 MileStoneHandle DictTrie::extend_dict1(MileStoneHandle from_handle,
450 MileStoneHandle ret_handle = 0;
521 MileStoneHandle DictTrie::extend_dict2(MileStoneHandle from_handle
    [all...]
matrixsearch.cpp 252 MileStoneHandle *dict_handles_to_clear = NULL;
319 MileStoneHandle *dict_handles_to_clear = NULL;
949 void MatrixSearch::fill_dmi(DictMatchInfo *dmi, MileStoneHandle *handles,
    [all...]
userdict.cpp 342 void UserDict::reset_milestones(uint16 from_step, MileStoneHandle from_handle) {
346 MileStoneHandle UserDict::extend_dict(MileStoneHandle from_handle,
    [all...]

Completed in 1483 milliseconds