Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c64 _CharT __point, int __frac_digits, _CharT __sep, in __get_monetary_value() argument
79 if (*__first == __sep) { in __get_monetary_value()
224 char_type __sep = __grouping.empty() ? char_type() : in __money_do_get() local
229 __sep, in __money_do_get()
338 char_type __sep = __intl ? __punct_intl.thousands_sep() in __money_do_put() local
402 __sep, __plus, __minus, 0); in __money_do_put()
D_num_get.c41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) { in __get_fdigit_or_sep() argument
42 if (__c == __sep) { in __get_fdigit_or_sep()
334 _CharT __sep, const string& __grouping, in __copy_grouped_digits() argument
343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits); in __copy_grouped_digits()
381 _CharT __sep = __numpunct.thousands_sep(); in __read_float() local
398 __sep, __grouping, __grouping_ok); in __read_float()
D_num_put.c76 wchar_t __decimal_point, wchar_t __sep, in __put_float() argument
85 __sep, __ct.widen('+'), __ct.widen('-'), 0); in __put_float()
98 char __decimal_point, char __sep, in __put_float() argument
106 __grouping, __sep, '+', '-', 0); in __put_float()