Lines Matching defs:s_len
625 uint16 s_len = lpi_items_[cand_id].lma_len;626 if (s_len > 1) {627 s_len = get_lemma_str(id, s, kMaxLemmaSize + 1);634 if (s_len > 0 && max_len > s_len) {635 utf16_strncpy(cand_str, s, s_len);636 cand_str[s_len] = (char16)'\0';