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

  /bionic/libc/tzcode/
asctime.c 52 #define STD_ASCTIME_BUF_SIZE 26
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime)
  /external/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c 58 #define STD_ASCTIME_BUF_SIZE 26
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {
  /external/icu4c/tools/tzcode/
asctime.c 58 #define STD_ASCTIME_BUF_SIZE 26
116 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) {

Completed in 1352 milliseconds