Searched refs:wordStart (Results 1 – 1 of 1) sorted by relevance
1706 bool wordStart = k == 0 || isspace(text[k - 1]); in ComputeTypeAheadScore() local1707 if (wordStart) in ComputeTypeAheadScore()