Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.h95 string_type curr_symbol() const { return do_curr_symbol(); } in curr_symbol() function
135 string_type curr_symbol() const { return do_curr_symbol(); } in curr_symbol() function
176 string_type curr_symbol() const { return do_curr_symbol(); } in curr_symbol() function
215 string_type curr_symbol() const { return do_curr_symbol(); } in curr_symbol() function
D_monetary.c166 string_type __curs = __intl ? __punct_intl.curr_symbol() in __money_do_get()
167 : __punct.curr_symbol(); in __money_do_get()
347 string_type __curr_sym = __intl ? __punct_intl.curr_symbol() in __money_do_put()
348 : __punct.curr_symbol(); in __money_do_put()
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c225 char curr_symbol[6]; member
853 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SCURRENCY, lmon->curr_symbol, 6, wbuf, 6); in _Locale_monetary_create()
1184 { return lmon->curr_symbol; } in _Locale_currency_symbol()