Searched defs:format (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio-write.c | 67 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/ |
D | time_facets.cpp | 149 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/ |
D | time_facets_test.cpp | 35 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/ |
D | time_facets_test.cpp | 35 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/ |
D | locale_win32.cpp | 82 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/ |
D | pngpriv.h | 266 # 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/ |
D | locale_support.c | 187 size_t strftime_l(char *s, size_t maxsize, const char *format, in strftime_l()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format() function
|