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

/external/stlport/stlport/stl/
H A D_num_put.c76 wchar_t __decimal_point, wchar_t __sep,
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
98 char __decimal_point, char __sep,
106 __grouping, __sep, '+', '-', 0);
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
H A D_monetary.c64 _CharT __point, int __frac_digits, _CharT __sep,
79 if (*__first == __sep) {
224 char_type __sep = __grouping.empty() ? char_type() : local
229 __sep,
338 char_type __sep = __intl ? __punct_intl.thousands_sep() local
402 __sep, __plus, __minus, 0);
62 __get_monetary_value(_InIt& __first, _InIt __last, _OuIt __out_ite, const ctype<_CharT>& _c_type, _CharT __point, int __frac_digits, _CharT __sep, const string& __grouping, bool &__syntax_ok) argument
H A D_num_get.c41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) { argument
42 if (__c == __sep) {
334 _CharT __sep, const string& __grouping,
343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits);
381 _CharT __sep = __numpunct.thousands_sep(); local
398 __sep, __grouping, __grouping_ok);
332 __copy_grouped_digits(_InputIter& __first, _InputIter __last, __iostring& __v, const _CharT * __digits, _CharT __sep, const string& __grouping, bool& __grouping_ok) argument

Completed in 46 milliseconds