Lines Matching full:keycount
1615 int32_t keyCount = 0;1631 if((keyCount = keywords->count(status)) != testCases[i].numKeywords) {1632 err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount);1634 if(keyCount) {1653 if(j == keyCount / 2) {1656 if(k2 == NULL || keyCount != k2->count(status)) {