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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp1021 char timeBuf[128]; local
1149 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime));
1150 write_utf8_file(out, UnicodeString(timeBuf));
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp1020 char timeBuf[128]; local
1148 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime));
1149 write_utf8_file(out, UnicodeString(timeBuf));
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c85 struct tms timeBuf;
90 times(&timeBuf);
91 *userTime = (long)timeBuf.tms_utime * 1000 / CLK_TCK;
92 *kernelTime = (long)timeBuf.tms_stime * 1000 / CLK_TCK;

Completed in 92 milliseconds