Searched refs:IsSpaceCharForAcceptingKeyword (Results 1 – 2 of 2) sorted by relevance
968 IsSpaceCharForAcceptingKeyword(*new_user_text.rbegin()) && in MaybeAcceptKeywordBySpace()984 !IsSpaceCharForAcceptingKeyword(new_user_text[caret_position - 1]) || in ShouldAllowExactKeywordMatch()985 IsSpaceCharForAcceptingKeyword(new_user_text[caret_position - 2]) || in ShouldAllowExactKeywordMatch()1005 bool AutocompleteEditModel::IsSpaceCharForAcceptingKeyword(wchar_t c) { in IsSpaceCharForAcceptingKeyword() function in AutocompleteEditModel
438 static bool IsSpaceCharForAcceptingKeyword(wchar_t c);