Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/unicode/
Dutimer.h268 double currentVal=0; in utimer_loopUntilDone() local
271 for(;currentVal<thresholdTimeVal;){ in utimer_loopUntilDone()
273 currentVal = utimer_getElapsedSeconds(&timer); in utimer_loopUntilDone()
276 return currentVal; in utimer_loopUntilDone()