matrixsearch.h | 118 uint16 spl_start[kMaxRowNum]; member in struct:ime_pinyin::__anon33415 426 // spl_start is one more than the return value because the last one is used 428 // For a Pinyin "women", the returned value is 2, spl_start is [0, 2, 5] . 429 size_t get_spl_start(const uint16 *&spl_start);
|