Home
last modified time | relevance | path

Searched refs:thousands_sep (Results 1 – 9 of 9) sorted by relevance

/external/stlport/test/unit/
Dnum_facets_test.cpp17 const char *thousands_sep; member
47 ref += npct.thousands_sep(); in _num_put_get()
76 ref += npct.thousands_sep(); in _num_put_get()
95 ref += npct.thousands_sep(); in _num_put_get()
97 ref += npct.thousands_sep(); in _num_put_get()
99 ref += npct.thousands_sep(); in _num_put_get()
245 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() ); in numpunct_by_name()
Dmoney_facets_test.cpp221 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.thousands_sep() ); in _money_put_get2()
554 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() ); in moneypunct_by_name()
583 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() ); in moneypunct_by_name()
/external/stlport/stlport/stl/
D_numpunct.h57 char thousands_sep() const { return do_thousands_sep(); } in thousands_sep() function
86 wchar_t thousands_sep() const { return do_thousands_sep(); } in thousands_sep() function
D_monetary.h93 char thousands_sep() const { return do_thousands_sep(); } in thousands_sep() function
133 char thousands_sep() const { return do_thousands_sep(); } in thousands_sep() function
174 wchar_t thousands_sep() const { return do_thousands_sep(); } in thousands_sep() function
213 wchar_t thousands_sep() const { return do_thousands_sep(); } in thousands_sep() function
D_monetary.c225 __intl ? __punct_intl.thousands_sep() : __punct.thousands_sep(); in __money_do_get()
338 char_type __sep = __intl ? __punct_intl.thousands_sep() in __money_do_put()
339 : __punct.thousands_sep(); in __money_do_put()
D_num_get.c279 …_get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.groupi… in __do_get_integer()
281 …_get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.groupi… in __do_get_integer()
283 …__result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(),… in __do_get_integer()
381 _CharT __sep = __numpunct.thousands_sep(); in __read_float()
D_num_put.c123 __np.decimal_point(), __np.thousands_sep(), in __do_put_float()
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(), in __put_integer()
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(), in __put_integer()
/external/stlport/src/c_locale_win32/
Dc_locale_win32.c193 char thousands_sep[4]; member
222 char thousands_sep[4]; member
403 __GetLocaleInfoUsingACP(lnum->lc.id, lnum->cp, LOCALE_STHOUSAND, lnum->thousands_sep, 4, wbuf, 4); in _Locale_numeric_create()
843 … __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_STHOUSAND, lmon->thousands_sep, 4, wbuf, 6); in _Locale_monetary_create()
1162 { return lnum->thousands_sep[0]; } in _Locale_thousands_sep()
1190 { return lmon->thousands_sep[0]; } in _Locale_mon_thousands_sep()
Dc_wlocale_win32.c283 { return lmon->thousands_sep[0]; } in _WLocale_mon_thousands_sep()