Searched defs:localtime (Results 1 - 8 of 8) sorted by relevance

/external/fmtlib/fmt/
H A Dtime.h65 // Thread-safe replacement for std::localtime
66 inline std::tm localtime(std::time_t time) { function in namespace:fmt
89 std::tm *tm = std::localtime(&time_);
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h268 # undef localtime macro
269 # define localtime tz_localtime macro
286 struct tm *localtime(time_t const *);
H A Dlocaltime.c211 ** ctime, gmtime, localtime] return values in one of two static
1246 ** The easy way to behave "as if no library function calls" localtime
1332 localtime(const time_t *const timep) function
1339 ** Re-entrant version of localtime.
1349 ** gmtsub is to gmtime as localsub is to localtime.
1551 ** asctime(localtime(timer))
1553 return asctime(localtime(timep));
/external/sqlite/dist/orig/
H A Dsqlite3.c16053 int bLocaltimeFault; /* True to fail localtime() calls */
18855 ** The MSVC CRT on Windows CE may not have a localtime() function.
18861 struct tm *__cdecl localtime(const time_t *);
19301 ** using whatever operating-system specific localtime facility that
19320 pX = localtime(t);
19344 ** Compute the difference (in milliseconds) between localtime and UTC
19447 ** localtime
19451 ** is in a system call (i.e. localtime()), then an error message is written
19466 /* localtime
19471 if( sqlite3_stricmp(z, "localtime")
39841 struct tm *__cdecl localtime(const time_t *t) function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16053 int bLocaltimeFault; /* True to fail localtime() calls */
18855 ** The MSVC CRT on Windows CE may not have a localtime() function.
18861 struct tm *__cdecl localtime(const time_t *);
19301 ** using whatever operating-system specific localtime facility that
19320 pX = localtime(t);
19344 ** Compute the difference (in milliseconds) between localtime and UTC
19447 ** localtime
19451 ** is in a system call (i.e. localtime()), then an error message is written
19466 /* localtime
19471 if( sqlite3_stricmp(z, "localtime")
39841 struct tm *__cdecl localtime(const time_t *t) function
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 788 milliseconds