Home
last modified time | relevance | path

Searched defs:format (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c67 printf (const char *format, ...) in printf()
82 fprintf (FILE *stream, const char *format, ...) in fprintf()
97 vprintf (const char *format, va_list args) in vprintf()
105 vfprintf (FILE *stream, const char *format, va_list args) in vfprintf()
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp149 const string& format, const _TimeInfo& table, const tm* t) { in __subformat()
215 char format, char modifier, in __write_formatted_timeT()
455 char format, char modifier, in __write_formatted_time()
460 char format, char modifier, in __write_formatted_time()
/ndk/tests/device/test-stlport/unit/
Dtime_facets_test.cpp35 string format = "%B %d %Y"; in _time_put_get() local
117 wstring format = L"%B %d %Y"; in _time_put_get() local
/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp35 string format = "%B %d %Y"; in _time_put_get() local
117 wstring format = L"%B %d %Y"; in _time_put_get() local
/ndk/sources/cxx-stl/llvm-libc++/src/support/win32/
Dlocale_win32.cpp82 int asprintf_l( char **ret, locale_t loc, const char *format, ... ) in asprintf_l()
90 int vasprintf_l( char **ret, locale_t loc, const char *format, va_list ap ) in vasprintf_l()
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngpriv.h266 # define png_warning_parameter_unsigned(p,number,format,value) ((void)0) argument
267 # define png_warning_parameter_signed(p,number,format,value) ((void)0) argument
1441 #define PNG_FORMAT_NUMBER(buffer,format,number) \ argument
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dlocale_support.c187 size_t strftime_l(char *s, size_t maxsize, const char *format, in strftime_l()
/ndk/sources/host-tools/nawk-20071023/
Drun.c807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format() function