Home
last modified time | relevance | path

Searched refs:nextToDigit (Results 1 – 2 of 2) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DFileChannel.cpp316 std::string::const_iterator nextToDigit; in setPurgeAge() local
317 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()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DFileChannel.h246 int extractDigit(const std::string& value, std::string::const_iterator* nextToDigit = NULL) const;