Searched refs:nextToDigit (Results 1 – 2 of 2) sorted by relevance
316 std::string::const_iterator nextToDigit; in setPurgeAge() local317 int num = extractDigit(age, &nextToDigit); in setPurgeAge()318 Timespan::TimeDiff factor = extractFactor(age, nextToDigit); in setPurgeAge()374 int FileChannel::extractDigit(const std::string& value, std::string::const_iterator* nextToDigit) c… in extractDigit()390 if (nextToDigit) *nextToDigit = it; in extractDigit()
246 int extractDigit(const std::string& value, std::string::const_iterator* nextToDigit = NULL) const;