Searched refs:__iowstring (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_iostream_string.h120 typedef __basic_iostring<wchar_t> __iowstring; typedef
129 typedef wstring __iowstring;
H A D_num_put.h159 extern void _STLP_CALL __convert_float_buffer(__iostring const&, __iowstring&, const ctype<wchar_t>&, wchar_t, bool = true);
170 extern void _STLP_CALL __insert_grouping(__iowstring&, size_t, const string&, wchar_t, wchar_t, wchar_t, int);
H A D_num_put.c80 __iowstring __wbuf;
131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __x) {
H A D_time_facets.h240 __write_formatted_time(__iowstring&, const ctype<wchar_t>& __ct,
/ndk/sources/cxx-stl/stlport/src/
H A Dnum_put.cpp157 __insert_grouping(__iowstring &str, size_t group_pos, const string& grouping,
H A Dtime_facets.cpp168 static void __append(__iowstring &buf, const wstring& name)
174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) {
459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct,
H A Dnum_put_float.cpp874 void _STLP_CALL __convert_float_buffer( __iostring const& str, __iowstring &out,

Completed in 721 milliseconds