Searched refs:__iostring (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_put.h | 145 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>… 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);
|
D | _iostream_string.h | 117 typedef __basic_iostring<char> __iostring; typedef 127 typedef string __iostring;
|
D | _num_get.h | 215 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&);
|
D | _num_put.c | 74 __put_float(__iostring &__str, _OutputIter __oi, in __put_float() 96 __put_float(__iostring &__str, _OutputIter __oi, in __put_float() 117 __iostring __buf; in __do_put_float() 127 inline void __get_money_digits_aux (__iostring &__buf, ios_base &, _STLP_LONGEST_FLOAT_TYPE __x) in __get_money_digits_aux() 132 __iostring __buf; in __get_money_digits_aux()
|
D | _num_get.c | 297 __copy_sign(_InputIter __first, _InputIter __last, __iostring& __v, in __copy_sign() 315 __iostring& __v, const _CharT* __digits) { in __copy_digits() 333 __iostring& __v, const _CharT * __digits, in __copy_grouped_digits() 368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end, in __read_float() 433 __iostring __buf ; in __do_get_float()
|
D | _time_facets.h | 234 __write_formatted_time(__iostring&, const ctype<char>& __ct,
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 487 static size_t __format_float_scientific( __iostring& buf, const char *bp, in __format_float_scientific() 550 static size_t __format_float_fixed( __iostring &buf, const char *bp, in __format_float_fixed() 615 static size_t __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) { in __format_nan_or_inf() 651 static inline size_t __format_float(__iostring &buf, const char * bp, in __format_float() 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 &str, char dot) {
|
D | num_put.cpp | 142 __insert_grouping(__iostring &str, size_t group_pos, const string& grouping, in __insert_grouping()
|
D | time_facets.cpp | 165 static void __append(__iostring &buf, const string& name) in __append() 171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */) in __append() 454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct, in __write_formatted_time()
|
D | num_get_float.cpp | 846 __string_to_float(const __iostring& v, float& val) in __string_to_float() 856 __string_to_float(const __iostring& v, double& val) in __string_to_float() 867 __string_to_float(const __iostring& v, long double& val) { in __string_to_float()
|