Searched refs:__wbuf (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_put.c | 80 __iowstring __wbuf; in __put_float() local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); in __put_float() 84 __insert_grouping(__wbuf, __group_pos, __grouping, in __put_float() 88 return __copy_float_and_fill(__wbuf.data(), __wbuf.data() + __wbuf.size(), __oi, in __put_float() 131 inline void __get_money_digits_aux (__iowstring &__wbuf, ios_base &__f, _STLP_LONGEST_FLOAT_TYPE __… in __get_money_digits_aux() argument 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); in __get_money_digits_aux() 201 wchar_t __wbuf[64]; in __put_integer() local 202 __ct.widen(__buf, __iend, __wbuf); in __put_integer() 204 wchar_t* __eend = __wbuf + __len; in __put_integer() 220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(), in __put_integer() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 3210 char_type __wbuf[__bz]; 3211 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing); 3213 char_type* __we = __wbuf + __bz; 3254 char_type __wbuf[__bz]; 3255 unique_ptr<char_type, void(*)(void*)> __wb(__wbuf, __do_nothing); 3257 char_type* __we = __wbuf + __bz;
|