Searched refs:__fill (Results 1 - 11 of 11) sorted by relevance

/external/stlport/stlport/stl/
H A D_num_put.h60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, argument
62 return do_put(__s, __f, __fill, __val);
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, argument
67 return do_put(__s, __f, __fill, __val);
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, argument
72 return do_put(__s, __f, __fill, __val);
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, argument
78 return do_put(__s, __f, __fill, __val);
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, argument
83 return do_put(__s, __f, __fill, __va
87 put(iter_type __s, ios_base& __f, char_type __fill, double __val) const argument
93 put(iter_type __s, ios_base& __f, char_type __fill, long double __val) const argument
99 put(iter_type __s, ios_base& __f, char_type __fill, const void * __val) const argument
[all...]
H A D_num_put.c45 streamsize __width, _CharT __fill,
55 return _STLP_PRIV __fill_n(__oi, __pad, __fill);
60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill);
64 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill);
75 ios_base& __f, wchar_t __fill,
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
97 ios_base& __f, char __fill,
110 __f.flags(), __f.width(0), __fill, '+', '-');
116 _CharT __fill, _Float __x) {
122 return __put_float(__buf, __s, __f, __fill,
42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last, _OutputIter __oi, ios_base::fmtflags __flags, streamsize __width, _CharT __fill, _CharT __xplus, _CharT __xminus) argument
74 __put_float(__iostring &__str, _OutputIter __oi, ios_base& __f, wchar_t __fill, wchar_t __decimal_point, wchar_t __sep, size_t __group_pos, const string& __grouping) argument
96 __put_float(__iostring &__str, _OutputIter __oi, ios_base& __f, char __fill, char __decimal_point, char __sep, size_t __group_pos, const string& __grouping) argument
115 __do_put_float(_OutputIter __s, ios_base& __f, _CharT __fill, _Float __x) argument
148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len, _OutputIter __oi, ios_base::fmtflags __flg, streamsize __wid, _CharT __fill, _CharT __xplus, _CharT __xminus) argument
192 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, wchar_t __fill) argument
232 __put_integer(char* __buf, char* __iend, _OutputIter __s, ios_base& __f, ios_base::fmtflags __flags, char __fill) argument
372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) argument
386 __do_put_bool(_OutputIter __s, ios_base& __f, _CharT __fill, bool __x) argument
420 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, bool __val) const argument
432 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long __val) const argument
438 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned long __val) const argument
444 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const argument
451 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const argument
459 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, _STLP_LONG_LONG __val) const argument
465 do_put(_OutputIter __s, ios_base& __f, _CharT __fill, unsigned _STLP_LONG_LONG __val) const argument
[all...]
H A D_slist.c190 int __fill = 0; local
194 while (__i < __fill && !__counter[__i].empty()) {
200 if (__i == __fill) {
201 ++__fill;
202 if (__fill >= NB) {
209 for (int __i = 1; __i < __fill; ++__i)
211 __that.swap(__counter[__fill-1]);
H A D_list.c215 int __fill = 0; local
219 while (__i < __fill && !__counter[__i].empty()) {
224 if (__i == __fill) {
225 ++__fill;
226 if (__fill >= NB) {
233 for (int __i = 1; __i < __fill; ++__i)
235 __that.swap(__counter[__fill - 1]);
H A D_monetary.h396 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const
397 { return do_put(__s, __intl, __str, __fill, __units); }
399 char_type __fill,
401 { return do_put(__s, __intl, __str, __fill, __digits); }
408 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const;
410 char_type __fill,
395 put(iter_type __s, bool __intl, ios_base& __str, char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const argument
398 put(iter_type __s, bool __intl, ios_base& __str, char_type __fill, const string_type& __digits) const argument
H A D_ios.h82 char_type fill(char_type __fill) { argument
84 _M_fill = __fill;
H A D_monetary.c317 _CharT __fill, const _Str& __digits, bool __check_digits,
450 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill);
459 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill);
496 __s = _STLP_PRIV __fill_n(__s, __fill_amt, __fill);
507 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const {
510 return _STLP_PRIV __money_do_put(__s, __intl, __str, __fill, __digits, false, __STATIC_CAST(string_type*, 0));
517 char_type __fill, const string_type& __digits) const {
518 return _STLP_PRIV __money_do_put(__s, __intl, __str, __fill, __digits, true, __STATIC_CAST(string_type*, 0));
316 __money_do_put(_OutputIter __s, bool __intl, ios_base& __str, _CharT __fill, const _Str& __digits, bool __check_digits, _Str_Type * ) argument
506 do_put(_OutputIter __s, bool __intl, ios_base& __str, char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const argument
516 do_put(_OutputIter __s, bool __intl, ios_base& __str, char_type __fill, const string_type& __digits) const argument
H A D_time_facets.h256 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill,
260 _OutIt put(iter_type __s, ios_base& __f, _Ch __fill, argument
262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); }
275 char_type /* __fill */, const tm* __tmb,
H A D_algobase.h417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
440 void __fill(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val, function
451 _STLP_PRIV __fill(__first, __last, __val,
H A D_time_facets.c401 time_put<_Ch,_OutputIter>::put(_OutputIter __s, ios_base& __f, _Ch __fill, argument
415 __s = do_put(__s, __f, __fill, __tmb, __c, __mod);
425 time_put<_Ch,_OutputIter>::do_put(_OutputIter __s, ios_base& __f, _Ch /* __fill */,
/external/elfutils/0.153/libelf/
H A Dlibelf.h397 extern void elf_fill (int __fill);

Completed in 109 milliseconds