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

  /bionic/libc/include/
time64.h 47 char *asctime64 (const struct tm *);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
time64.h 47 char *asctime64 (const struct tm *);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
time64.h 47 char *asctime64 (const struct tm *);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
time64.h 47 char *asctime64 (const struct tm *);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
time64.h 47 char *asctime64 (const struct tm *);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
time64.h 47 char *asctime64 (const struct tm *);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
time64.h 47 char *asctime64 (const struct tm *);
  /bionic/libc/bionic/
time64.c 787 char *asctime64( const struct TM* date ) { function
792 return asctime64(localtime64(time));

Completed in 1696 milliseconds