HomeSort by relevance Sort by last modified time
    Searched refs:str_timeDelta (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/ctestfw/unicode/
ctest.h 263 str_timeDelta(char *str, UDate delta);
  /external/icu4c/tools/ctestfw/
ctest.c 291 void T_CTEST_EXPORT2 str_timeDelta(char *str, UDate deltaTime) {
308 str_timeDelta(str, deltaTime);
400 str_timeDelta(timeDelta, stopTime-startTime);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 40 #include "unicode/ctest.h" // for str_timeDelta
752 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart);
756 if(!no_time) str_timeDelta(msg+strlen(msg),timeStop-timeStart);
    [all...]

Completed in 45 milliseconds