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

  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 95 * can easily reset those MileStoneHandle which are larger than from_handle.
107 * @param from_handle The ealiest MileStoneHandle object for step from_step
110 MileStoneHandle from_handle) = 0;
116 * @param from_handle Its previous returned extended handle without the new
124 virtual MileStoneHandle extend_dict(MileStoneHandle from_handle,
dicttrie.h 125 MileStoneHandle extend_dict0(MileStoneHandle from_handle,
130 MileStoneHandle extend_dict1(MileStoneHandle from_handle,
135 MileStoneHandle extend_dict2(MileStoneHandle from_handle,
184 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
186 MileStoneHandle extend_dict(MileStoneHandle from_handle,
userdict.h 44 void reset_milestones(uint16 from_step, MileStoneHandle from_handle);
46 MileStoneHandle extend_dict(MileStoneHandle from_handle,
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 351 void DictTrie::reset_milestones(uint16 from_step, MileStoneHandle from_handle) {
356 if (from_handle > 0 && from_handle < mile_stones_pos_) {
357 mile_stones_pos_ = from_handle;
359 MileStone *mile_stone = mile_stones_ + from_handle;
365 MileStoneHandle DictTrie::extend_dict(MileStoneHandle from_handle,
373 if (0 == from_handle) {
375 return extend_dict0(from_handle, dep, lpi_items, lpi_max, lpi_num);
380 return extend_dict1(from_handle, dep, lpi_items, lpi_max, lpi_num);
383 return extend_dict2(from_handle, dep, lpi_items, lpi_max, lpi_num)
    [all...]
userdict.cpp 342 void UserDict::reset_milestones(uint16 from_step, MileStoneHandle from_handle) {
346 MileStoneHandle UserDict::extend_dict(MileStoneHandle from_handle,
    [all...]
  /external/chromium_org/v8/src/
types.h 146 static Type* Class(Handle<Map> map) { return from_handle(map); }
151 return from_handle(isolate->factory()->NewBox(value));
252 static Type* from_handle(Handle<HeapObject> handle) { function in class:v8::internal::Type
259 return type->handle_via_isolate_of(from_handle(unioned));
types.cc 388 return from_handle(unioned);
394 return from_handle(result);
467 return from_handle(unioned);
473 return from_handle(result);

Completed in 2925 milliseconds