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

  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 59 const size_t kMaxSearchSteps = 40;
searchutility.h 78 // but for a composing phrase, there can kMaxSearchSteps spelling ids.
79 uint16 splids[kMaxSearchSteps];
matrixsearch.h 29 static const size_t kMaxRowNum = kMaxSearchSteps;
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 43 assert(kMaxSearchSteps > 0);
44 max_sps_len_ = kMaxSearchSteps - 1;
45 max_hzs_len_ = kMaxSearchSteps;
    [all...]

Completed in 400 milliseconds