HomeSort by relevance Sort by last modified time
    Searched defs:UTimer (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 56 * UTimer timer;
78 * UTimer start;
126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
136 * UTimer start,timer1, timer2, timer3, timer4;
158 typedef struct UTimer UTimer;
165 struct UTimer{
170 int uprv_initFrequency(UTimer* timer)
174 void uprv_start(UTimer* timer)
178 double uprv_delta(UTimer* timer1, UTimer* timer2)
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
utimer.h 56 * UTimer timer;
78 * UTimer start;
126 * void perf(UTimer* timer, UChar* source, int32_t sourceLen, UChar* target, int32_t targetLen, int32_t loopCount,UNormalizationMode mode, UErrorCode* error){
136 * UTimer start,timer1, timer2, timer3, timer4;
158 typedef struct UTimer UTimer;
165 struct UTimer{
170 int uprv_initFrequency(UTimer* timer)
174 void uprv_start(UTimer* timer)
178 double uprv_delta(UTimer* timer1, UTimer* timer2)
    [all...]

Completed in 80 milliseconds