Searched defs:buf_asctime (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dasctime.c71 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
137 return asctime_r(timeptr, buf_asctime);
/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c71 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
137 return asctime_r(timeptr, buf_asctime);

Completed in 105 milliseconds