HomeSort by relevance Sort by last modified time
    Searched full:__iostring (Results 1 - 12 of 12) sorted by null

  /external/stlport/stlport/stl/
_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>&, 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);
_iostream_string.h 117 typedef __basic_iostring<char> __iostring; typedef
127 typedef string __iostring;
_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&);
_num_get.c 297 __copy_sign(_InputIter __first, _InputIter __last, __iostring& __v,
315 __iostring& __v, const _CharT* __digits) {
333 __iostring& __v, const _CharT * __digits,
368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end,
433 __iostring __buf ;
_num_put.c 74 __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;
_time_facets.h 234 __write_formatted_time(__iostring&, const ctype<char>& __ct,
  /external/stlport/src/
num_put_float.cpp 486 static size_t __format_float_scientific( __iostring& buf, const char *bp,
549 static size_t __format_float_fixed( __iostring &buf, const char *bp,
614 static size_t __format_nan_or_inf(__iostring& buf, _FloatT x, ios_base::fmtflags flags) {
650 static inline size_t __format_float(__iostring &buf, const char * bp,
748 static size_t __write_floatT(__iostring &buf, ios_base::fmtflags flags, int precision,
822 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
833 __write_float(__iostring &buf, ios_base::fmtflags flags, int precision,
843 void _STLP_CALL __get_floor_digits(__iostring &out, _STLP_LONGEST_FLOAT_TYPE __x) {
873 void _STLP_CALL __convert_float_buffer( __iostring const& str, __iowstring &out,
904 __adjust_float_buffer(__iostring &str, char dot)
    [all...]
num_put.cpp 142 __insert_grouping(__iostring &str, size_t group_pos, const string& grouping,
num_get_float.cpp 846 __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) {
time_facets.cpp 165 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,
  /external/stlport/etc/
ChangeLog     [all...]
ChangeLog-5.1     [all...]

Completed in 184 milliseconds