Searched defs:__group_pos (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dnum_put.cpp74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos, argument
80 if (iostr.size() < __group_pos)
92 typename Str::iterator cur_group(iostr.begin() + __group_pos); // Points immediately beyond the rightmost
H A Dnum_put_float.cpp503 size_t __group_pos = buf.size(); local
547 return __group_pos;
566 size_t __group_pos = buf.size(); local
582 return __group_pos;
655 size_t __group_pos = 0; local
658 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
662 __group_pos = __format_float_fixed( buf, bp, decpt, sign,
687 __group_pos = __format_float_scientific( buf, bp, decpt, sign, is_zero,
691 __group_pos = __format_float_fixed( buf, bp, decpt, sign,
696 return __group_pos;
[all...]
/external/stlport/stlport/stl/
H A D_num_put.c77 size_t __group_pos, const string& __grouping) {
84 __insert_grouping(__wbuf, __group_pos, __grouping,
99 size_t __group_pos, const string& __grouping) {
100 if ((__group_pos < __str.size()) && (__str[__group_pos] == '.')) {
101 __str[__group_pos] = __decimal_point;
105 __insert_grouping(__str, __group_pos,
119 size_t __group_pos = __write_float(__buf, __f.flags(), (int)__f.precision(), __x); local
124 __group_pos, __np.grouping());
74 __put_float(__iostring &__str, _OutputIter __oi, ios_base& __f, wchar_t __fill, wchar_t __decimal_point, wchar_t __sep, size_t __group_pos, const string& __grouping) argument
96 __put_float(__iostring &__str, _OutputIter __oi, ios_base& __f, char __fill, char __decimal_point, char __sep, size_t __group_pos, const string& __grouping) argument

Completed in 210 milliseconds