Home | History | Annotate | Download | only in share

Lines Matching defs:spl_start

371           uint16 spl_start = c_phrase_.spl_start[splpos];
372 uint16 spl_end = c_phrase_.spl_start[splpos + 1];
373 if (ch_pos >= spl_start && ch_pos < spl_end) {
552 c_phrase_.spl_start[c_phrase_.sublma_start[c_phrase_.sublma_num]]);
1218 memcpy(c_phrase_.spl_start, spl_start_, (spl_id_num_ + 1) * sizeof(uint16));
1268 // The corresponding elements in spl_ids and spl_start of the
1394 size_t MatrixSearch::get_spl_start(const uint16 *&spl_start) {
1396 spl_start = spl_start_;