Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dasctime.c52 #define STD_ASCTIME_BUF_SIZE 26 macro
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) in asctime_r()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dasctime.c52 #define STD_ASCTIME_BUF_SIZE 26 macro
112 if (strlen(result) < STD_ASCTIME_BUF_SIZE || buf == buf_asctime) in asctime_r()
/third_party/tzdata/
H A Dasctime.c40 enum { STD_ASCTIME_BUF_SIZE = 26 }; enumerator
104 if (strlen(result) < STD_ASCTIME_BUF_SIZE in asctime_r()

Completed in 2 milliseconds