Searched defs:__oi (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_num_put.c43 _OutputIter __oi,
48 return _STLP_STD::copy(__first, __last, __oi);
54 __oi = _STLP_STD::copy(__first, __last, __oi);
55 return _STLP_PRIV __fill_n(__oi, __pad, __fill);
59 *__oi++ = *__first++;
60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill);
61 return _STLP_STD::copy(__first, __last, __oi);
64 __oi
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
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
[all...]

Completed in 361 milliseconds