Searched refs:__iostring (Results 1 - 10 of 10) sorted by relevance

/external/stlport/stlport/stl/
H A D_num_put.h145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double);
147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
153 void _STLP_CALL __get_floor_digits(__iostring&, _STLP_LONGEST_FLOAT_TYPE);
159 extern void _STLP_CALL __convert_float_buffer(__iostring const&, __iowstring&, const ctype<wchar_t>&, wchar_t, bool = true);
161 extern void _STLP_CALL __adjust_float_buffer(__iostring&, char);
167 extern void _STLP_CALL __insert_grouping(__iostring&, size_t, const string&, char, char, char, int);
H A D_iostream_string.h117 typedef __basic_iostring<char> __iostring; typedef
127 typedef string __iostring;
H A D_num_get.h215 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, float&);
216 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, double&);
218 void _STLP_DECLSPEC _STLP_CALL __string_to_float(const __iostring&, long double&);
H A D_num_put.c74 __put_float(__iostring &__str, _OutputIter __oi,
96 __put_float(__iostring &__str, _OutputIter __oi,
117 __iostring __buf;
127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x)
132 __iostring __buf;
H A D_num_get.c300 __copy_sign(_InputIter __first, _InputIter __last, __iostring& __v,
318 __iostring& __v, const _CharT* __digits) {
336 __iostring& __v, const _CharT * __digits,
371 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end,
436 __iostring __buf ;
H A D_time_facets.h234 __write_formatted_time(__iostring&, const ctype<char>& __ct,
/external/stlport/src/
H A Dnum_put_float.cpp487 static size_t __format_float_scientific( __iostring& buf, const char *bp,
550 static size_t __format_float_fixed( __iostring &buf, const char *bp,
615 static size_t __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) {
651 static inline size_t __format_float(__iostring &buf, const char * bp,
749 static size_t __write_floatT(__iostring &buf, ios_base::fmtflags flags, int precision,
823 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
834 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
844 void _STLP_CALL __get_floor_digits(__iostring &out, _STLP_LONGEST_FLOAT_TYPE __x) {
874 void _STLP_CALL __convert_float_buffer( __iostring const& str, __iowstring &out,
905 __adjust_float_buffer(__iostring
[all...]
H A Dnum_put.cpp142 __insert_grouping(__iostring &str, size_t group_pos, const string& grouping,
H A Dnum_get_float.cpp846 __string_to_float(const __iostring& v, float& val)
856 __string_to_float(const __iostring& v, double& val)
867 __string_to_float(const __iostring& v, long double& val) {
H A Dtime_facets.cpp165 static void __append(__iostring &buf, const string& name)
171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */)
454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct,

Completed in 4483 milliseconds