Searched refs:__units (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _monetary.h | 63 _STLP_LONGEST_FLOAT_TYPE& __units) const in get() argument 64 { return do_get(__s, __end, __intl, __str, __err, __units); } in get() 76 _STLP_LONGEST_FLOAT_TYPE& __units) const; 396 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const in put() argument 397 { return do_put(__s, __intl, __str, __fill, __units); } in put() 408 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const;
|
D | _monetary.c | 281 _STLP_LONGEST_FLOAT_TYPE& __units) const { in do_get() argument 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0); in do_get() 295 __units = -__units; in do_get() 507 char_type __fill, _STLP_LONGEST_FLOAT_TYPE __units) const { in do_put() argument 509 _STLP_PRIV __get_money_digits(__digits, __str, __units); in do_put()
|