_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _OutputIter _STLP_CALL | __copy_float_and_fill | ( | const _CharT * | __first, |
const _CharT * | __last, | |||
_OutputIter | __oi, | |||
ios_base::fmtflags | __flags, | |||
streamsize | __width, | |||
_CharT | __fill, | |||
_CharT | __xplus, | |||
_CharT | __xminus | |||
) |
_OutputIter _STLP_CALL | __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 | |||
) |
_OutputIter _STLP_CALL | __put_float | ( | __iostring & | __str, |
_OutputIter | __oi, | |||
ios_base & | __f, | |||
char | __fill, | |||
char | __decimal_point, | |||
char | __sep, | |||
size_t | __group_pos, | |||
const string & | __grouping | |||
) |
_OutputIter _STLP_CALL | __do_put_float | ( | _OutputIter | __s, |
ios_base & | __f, | |||
_CharT | __fill, | |||
_Float | __x | |||
) |
void | __get_money_digits_aux | ( | __iostring & | __buf, |
ios_base & | , | |||
_STLP_LONGEST_FLOAT_TYPE | __x | |||
) | [inline] |
void _STLP_CALL | __get_money_digits | ( | _STLP_BASIC_IOSTRING(_CharT)& | __buf, |
ios_base & | __f, | |||
_STLP_LONGEST_FLOAT_TYPE | __x | |||
) |
_OutputIter _STLP_CALL | __copy_integer_and_fill | ( | const _CharT * | __buf, |
ptrdiff_t | __len, | |||
_OutputIter | __oi, | |||
ios_base::fmtflags | __flg, | |||
streamsize | __wid, | |||
_CharT | __fill, | |||
_CharT | __xplus, | |||
_CharT | __xminus | |||
) |
_OutputIter _STLP_CALL | __put_integer | ( | char * | __buf, |
char * | __iend, | |||
_OutputIter | __s, | |||
ios_base & | __f, | |||
ios_base::fmtflags | __flags, | |||
wchar_t | __fill | |||
) |
_OutputIter _STLP_CALL | __put_integer | ( | char * | __buf, |
char * | __iend, | |||
_OutputIter | __s, | |||
ios_base & | __f, | |||
ios_base::fmtflags | __flags, | |||
char | __fill | |||
) |
typedef long | __max_int_t |
typedef unsigned long | __umax_int_t |
_STLP_DECLSPEC const char *_STLP_CALL | __hex_char_table_lo | ( | ) |
_STLP_DECLSPEC const char *_STLP_CALL | __hex_char_table_hi | ( | ) |
char *_STLP_CALL | __write_decimal_backward | ( | char * | __ptr, |
_Integer | __x, | |||
ios_base::fmtflags | __flags, | |||
const __true_type & | ||||
) | [inline] |
char *_STLP_CALL | __write_decimal_backward | ( | char * | __ptr, |
_Integer | __x, | |||
ios_base::fmtflags | __flags, | |||
const __false_type & | ||||
) | [inline] |
char *_STLP_CALL | __write_integer_backward | ( | char * | __buf, |
ios_base::fmtflags | __flags, | |||
_Integer | __x | |||
) |
_OutputIter _STLP_CALL | __do_put_integer | ( | _OutputIter | __s, |
ios_base & | __f, | |||
_CharT | __fill, | |||
_Integer | __x | |||
) |
_STLP_MOVE_TO_STD_NAMESPACE typedef num_put< char, ostreambuf_iterator< char, char_traits< char > > > | num_put_char_2 |
__DECLARE_INSTANCE | ( | locale::id | , |
num_put_char_2::id | |||
) |
typedef num_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > > | num_put_wchar_t_2 |
__DECLARE_INSTANCE | ( | locale::id | , |
num_put_wchar_t_2::id | |||
) |