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

  /bionic/libc/tzcode/
asctime.c 65 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime)
127 return asctime_r(timeptr, buf_asctime);
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 65 static char buf_asctime[MAX_ASCTIME_BUF_SIZE]; variable
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime)
131 return asctime_r(timeptr, buf_asctime);

Completed in 104 milliseconds