Searched refs:from_step (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Datomdictbase.h91 * MileStoneHandle objects, parameter from_step can be used to identify which
105 * @param from_step From which step(included) the MileStoneHandle
107 * @param from_handle The ealiest MileStoneHandle object for step from_step
109 virtual void reset_milestones(uint16 from_step,
H A Ddicttrie.h184 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
H A Duserdict.h44 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp351 void DictTrie::reset_milestones(uint16 from_step, MileStoneHandle from_handle) { argument
352 if (0 == from_step) {
H A Duserdict.cpp342 void UserDict::reset_milestones(uint16 from_step, MileStoneHandle from_handle) { argument

Completed in 60 milliseconds