Searched defs:__fmt (Results 1 – 8 of 8) sorted by relevance
| /external/cronet/third_party/libc++/src/include/__format/ |
| D | format_functions.h | 357 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<char> runtime_format(string_view __fmt) noexce… in runtime_format() 359 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<wchar_t> runtime_format(wstring_view __fmt) no… in runtime_format() 428 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to() 435 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() 442 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() 450 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() 460 vformat(string_view __fmt, format_args __args) { in vformat() 471 vformat(wstring_view __fmt, wformat_args __args) { in vformat() 480 format(format_string<_Args...> __fmt, _Args&&... __args) { in format() 487 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format() [all …]
|
| D | formatter_floating_point.h | 65 …CPP_HIDE_FROM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt) { in __to_buffer() 72 …OM_ABI char* __to_buffer(char* __first, char* __last, _Tp __value, chars_format __fmt, int __preci… in __to_buffer()
|
| /external/cronet/third_party/libc++/src/src/ |
| D | charconv.cpp | 58 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { in to_chars() 62 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { in to_chars() 66 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt) { in to_chars() 71 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt, int __prec… in to_chars() 76 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt, int __pre… in to_chars() 81 to_chars_result to_chars(char* __first, char* __last, long double __value, chars_format __fmt, int … in to_chars()
|
| D | locale.cpp | 5847 char __fmt, char __mod) const in __do_put() 5859 char __fmt, char __mod) const in __do_put()
|
| /external/trusty/lk/include/shared/lk/ |
| D | compiler.h | 36 #define __PRINTFLIKE(__fmt,__varargs) __attribute__((__format__ (__printf__, __fmt, __varargs))) argument 37 #define __SCANFLIKE(__fmt,__varargs) __attribute__((__format__ (__scanf__, __fmt, __varargs))) argument 151 #define __PRINTFLIKE(__fmt,__varargs) argument 152 #define __SCANFLIKE(__fmt,__varargs) argument
|
| /external/libcxx/include/support/ibm/ |
| D | xlocale.h | 214 size_t strftime_l(char *__s, size_t __size, const char *__fmt, in strftime_l()
|
| /external/linux-kselftest/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 296 def __fmt(self): member in Public
|
| /external/libcxx/src/ |
| D | locale.cpp | 5441 char __fmt, char __mod) const in __do_put() 5452 char __fmt, char __mod) const in __do_put()
|