Home
last modified time | relevance | path

Searched refs:iostr (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_put.cpp74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos, in __insert_grouping_aux() argument
80 if (iostr.size() < __group_pos) in __insert_grouping_aux()
84 Char __first = *iostr.begin(); in __insert_grouping_aux()
92 …typename Str::iterator cur_group(iostr.begin() + __group_pos); // Points immediately beyond the… in __insert_grouping_aux()
102 if ( (groupsize <= 0) || (groupsize >= ((cur_group - iostr.begin()) - __first_pos)) || in __insert_grouping_aux()
109 cur_group = iostr.insert(cur_group, separator); in __insert_grouping_aux()