Searched refs:__copy_integer_and_fill (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_put.c | 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len, in __copy_integer_and_fill() function 224 return __copy_integer_and_fill((wchar_t*)__wbuf, __len, __s, in __put_integer() 260 return __copy_integer_and_fill(__buf, __len, __s, __flags, __f.width(0), __fill, '+', '-'); in __put_integer()
|