Searched defs:thousands_sep (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_numpunct.h57 char thousands_sep() const { return do_thousands_sep(); } function in class:numpunct
86 wchar_t thousands_sep() const { return do_thousands_sep(); } function in class:numpunct
H A D_monetary.h93 char thousands_sep() const { return do_thousands_sep(); } function in class:moneypunct
133 char thousands_sep() const { return do_thousands_sep(); } function in class:moneypunct
174 wchar_t thousands_sep() const { return do_thousands_sep(); } function in class:moneypunct
213 wchar_t thousands_sep() const { return do_thousands_sep(); } function in class:moneypunct
/external/stlport/test/unit/
H A Dnum_facets_test.cpp17 const char *thousands_sep; member in struct:ref_locale
47 ref += npct.thousands_sep();
76 ref += npct.thousands_sep();
95 ref += npct.thousands_sep();
97 ref += npct.thousands_sep();
99 ref += npct.thousands_sep();
245 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() );
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c193 char thousands_sep[4]; member in struct:_Locale_numeric
222 char thousands_sep[4]; member in struct:_Locale_monetary
403 __GetLocaleInfoUsingACP(lnum->lc.id, lnum->cp, LOCALE_STHOUSAND, lnum->thousands_sep, 4, wbuf, 4);
843 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_STHOUSAND, lmon->thousands_sep, 4, wbuf, 6);
1162 { return lnum->thousands_sep[0]; }
1190 { return lmon->thousands_sep[0]; }

Completed in 86 milliseconds