Searched refs:iLongestZeroEnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp176 const size_t iLongestZeroEnd = iLongestZeroStart + cwLongestZeroRun; local
187 if (iLongestZeroEnd == cwHexPart)
191 for (idx = iLongestZeroEnd; idx < cwHexPart; ++idx)

Completed in 44 milliseconds