Searched refs:__format (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.c | 150 … string::const_iterator __format, string::const_iterator __format_end, in _STLP_WEAK() argument 157 while (__first != __last && __format != __format_end) { in _STLP_WEAK() 159 if (*__format == '%') { in _STLP_WEAK() 160 ++__format; in _STLP_WEAK() 161 char __c = *__format; in _STLP_WEAK() 163 ++__format; in _STLP_WEAK() 164 __c = *__format; in _STLP_WEAK() 174 return __format; in _STLP_WEAK() 185 return __format; in _STLP_WEAK() 194 return __format; in _STLP_WEAK() [all …]
|
D | _time_facets.h | 235 char __format, char __modifier, 241 char __format, char __modifier, 261 const tm* __tmb, char __format, char __modifier = 0) const 262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); } 276 char __format, char /* __modifier */) const;
|
D | _monetary.c | 142 money_base::pattern __format = __intl ? __punct_intl.neg_format() in __money_do_get() local 154 switch (__format.field[__i]) { in __money_do_get() 424 money_base::pattern __format = __intl ? (__is_negative ? __punct_intl.neg_format() in __money_do_put() local 437 if ((__format.field[1] == (char) money_base::space) || in __money_do_put() 438 (__format.field[2] == (char) money_base::space)) in __money_do_put() 453 char __ffield = __format.field[__i]; in __money_do_put()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | error.h | 42 extern void error (int __status, int __errnum, const char *__format, ...) 46 unsigned int __lineno, const char *__format, ...)
|