Searched refs:keyCount (Results 1 – 6 of 6) sorted by relevance
215 int keyCount = 0; in dictionaryRepresentation() local220 keys[keyCount] = urlKey; in dictionaryRepresentation()221 values[keyCount++] = m_historyItem->urlString().createCFString(); in dictionaryRepresentation()224 keys[keyCount] = lastVisitedDateKey; in dictionaryRepresentation()225 values[keyCount++] = lastVisitedStringRef; in dictionaryRepresentation()228 keys[keyCount] = titleKey; in dictionaryRepresentation()229 values[keyCount++] = m_historyItem->title().createCFString(); in dictionaryRepresentation()232 keys[keyCount] = visitCountKey; in dictionaryRepresentation()234 values[keyCount++] = CFNumberCreate(0, kCFNumberIntType, &visitCount); in dictionaryRepresentation()237 keys[keyCount] = lastVisitWasFailureKey; in dictionaryRepresentation()[all …]
174 unsigned entryCount = m_propertyTable->keyCount + m_propertyTable->deletedSentinelCount; in ~Structure()237 static unsigned sizeForKeyCount(size_t keyCount) in sizeForKeyCount() argument239 if (keyCount == notFound) in sizeForKeyCount()242 if (keyCount < 8) in sizeForKeyCount()245 if (isPowerOf2(keyCount)) in sizeForKeyCount()246 return keyCount * 4; in sizeForKeyCount()248 return nextPowerOf2(keyCount) * 2; in sizeForKeyCount()629 unsigned entryCount = m_propertyTable->keyCount + m_propertyTable->deletedSentinelCount; in copyPropertyTable()791 unsigned entryIndex = m_propertyTable->keyCount + m_propertyTable->deletedSentinelCount + 2; in put()818 newOffset = m_propertyTable->keyCount; in put()[all …]
98 …size_t propertyStorageSize() const { return m_propertyTable ? m_propertyTable->keyCount + (m_prope… in propertyStorageSize()114 …bool isEmpty() const { return m_propertyTable ? !m_propertyTable->keyCount : m_offset == noOffset;… in isEmpty()
62 unsigned keyCount; member
1586 int32_t keyCount = 0; in TestKeywordVariants() local1602 if((keyCount = keywords->count(status)) != testCases[i].numKeywords) { in TestKeywordVariants()1603 err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount); in TestKeywordVariants()1605 if(keyCount) { in TestKeywordVariants()1624 if(j == keyCount / 2) { in TestKeywordVariants()1627 if(k2 == NULL || keyCount != k2->count(status)) { in TestKeywordVariants()
1458 int32_t keyCount = 0; in TestKeywordVariants() local1474 if((keyCount = uenum_count(keywords, &status)) != testCases[i].numKeywords) { in TestKeywordVariants()1475 … log_err("Expected to get %i keywords, got %i\n", testCases[i].numKeywords, keyCount); in TestKeywordVariants()1477 if(keyCount) { in TestKeywordVariants()