Searched refs:kKeyWords (Results 1 – 3 of 3) sorted by relevance
14 const IncludeKey kKeyWords[] = { variable61 const size_t kKeyWordCount = SK_ARRAY_COUNT(kKeyWords);66 if (start[ch] > kKeyWords[index].fName[ch]) { in FindKey()69 kKeyWords[index - 1].fName[ch - 1] < kKeyWords[index].fName[ch - 1])) { in FindKey()74 if (start[ch] < kKeyWords[index].fName[ch]) { in FindKey()79 if (end - start < (int) strlen(kKeyWords[index].fName)) { in FindKey()82 return kKeyWords[index].fKeyWord; in FindKey()90 SkASSERT((int) kKeyWords[index - 1].fKeyWord + 1 in ValidateKeyWords()91 == (int) kKeyWords[index].fKeyWord); in ValidateKeyWords()92 SkASSERT(0 > strcmp(kKeyWords[index - 1].fName, kKeyWords[index].fName)); in ValidateKeyWords()[all …]
207 extern const IncludeKey kKeyWords[];
1368 const IncludeKey& includeKey = kKeyWords[(int) child.fKeyWord]; in populate()