Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c100 for (int __digits = 0; __digits != __frac_digits; ++__digits) in __get_monetary_value() local
108 int __digits = 0; in __get_monetary_value() local
112 ++__digits; in __get_monetary_value()
115 __syntax_ok = __syntax_ok && (__digits == __frac_digits); in __get_monetary_value()
124 _StrType& __digits, bool &__is_positive, _CharT* /*__dummy*/) { in __money_do_get() argument
253 __digits = __buf; in __money_do_get()
264 __digits = __c_type.widen('-'); in __money_do_get()
265 __digits += __buf; in __money_do_get()
306 string_type& __digits) const { in do_get() argument
308 …return _STLP_PRIV __money_do_get(__s, __end, __intl, __str, __err, __digits, __is_positive, (_Char… in do_get()
[all …]
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
47 return __get_fdigit(__c, __digits); in __get_fdigit_or_sep()
315 __iostring& __v, const _CharT* __digits) { in __copy_digits() argument
320 if (__get_fdigit(__c, __digits)) { in __copy_digits()
333 __iostring& __v, const _CharT * __digits, in __copy_grouped_digits() argument
343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits); in __copy_grouped_digits()
383 _CharT __digits[10]; in __read_float() local
390 _Initialize_get_float(__ct, __xplus, __xminus, __pow_e, __pow_E, __digits); in __read_float()
397 __digits_before_dot = __copy_grouped_digits(__in_ite, __end, __buf, __digits, in __read_float()
400 __digits_before_dot = __copy_digits(__in_ite, __end, __buf, __digits); in __read_float()
[all …]
D_monetary.h67 string_type& __digits) const in get() argument
68 { return do_get(__s, __end, __intl, __str, __err, __digits); } in get()
79 string_type& __digits) const;
400 const string_type& __digits) const in put() argument
401 { return do_put(__s, __intl, __str, __fill, __digits); } in put()
411 const string_type& __digits) const;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale3480 const string_type& __digits) const
3482 return do_put(__s, __intl, __iob, __fl, __digits);
3494 char_type __fl, const string_type& __digits) const;
3511 char_type __digits[__bs];
3512 char_type* __db = __digits;
3573 const string_type& __digits) const
3578 bool __neg = __digits.size() > 0 && __digits[0] == __ct.widen('-');
3591 size_t __exn = static_cast<int>(__digits.size()) > __fd ?
3592 (__digits.size() - static_cast<size_t>(__fd)) * 2 +
3606 __digits.data(), __digits.data() + __digits.size(), __ct,