Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:text_len

2257     size_t text_len = strlen(text);
2258 if (text_len)
2259 result = std::string(text, text_len);