Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c138 const _Punct& __punct = use_facet<_Punct>(__loc) ; in __money_do_get() local
143 : __punct.neg_format(); in __money_do_get()
145 : __punct.negative_sign(); in __money_do_get()
147 : __punct.positive_sign(); in __money_do_get()
167 : __punct.curr_symbol(); in __money_do_get()
215 : __punct.decimal_point(); in __money_do_get()
217 : __punct.frac_digits(); in __money_do_get()
219 : __punct.grouping(); in __money_do_get()
225 __intl ? __punct_intl.thousands_sep() : __punct.thousands_sep(); in __money_do_get()
327 const _Punct& __punct = use_facet<_Punct>(__loc) ; in __money_do_put() local
[all …]
D_complex.c113 const char __punct[4] = "(,)"; variable
115 __c_type.widen(__punct, __punct + 3, __wpunct);