Searched refs:kKeyWordCount (Results 1 – 1 of 1) sorted by relevance
61 const size_t kKeyWordCount = SK_ARRAY_COUNT(kKeyWords); variable65 for (size_t index = 0; index < kKeyWordCount; ) { in FindKey()68 if (ch > 0 && (index == kKeyWordCount || in FindKey()89 for (size_t index = 1; index < kKeyWordCount; ++index) { in ValidateKeyWords()