Searched refs:weeklyCount (Results 1 – 1 of 1) sorted by relevance
174 …CFNumberRef weeklyCount = static_cast<CFNumberRef>(CFArrayGetValueAtIndex(weeklyCounts, i)); … in initFromDictionaryRepresentation() local175 if (CFGetTypeID(weeklyCount) == CFNumberGetTypeID()) in initFromDictionaryRepresentation()176 CFNumberGetValue(weeklyCount, kCFNumberIntType, &(*weeklyVector)[i]); in initFromDictionaryRepresentation()