Searched refs:thousands_sep (Results 1 – 9 of 9) sorted by relevance
/external/stlport/test/unit/ |
D | num_facets_test.cpp | 17 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()
|
D | money_facets_test.cpp | 221 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.h | 57 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.h | 93 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.c | 225 __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.c | 279 …_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.c | 123 __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/ |
D | c_locale_win32.c | 193 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()
|
D | c_wlocale_win32.c | 283 { return lmon->thousands_sep[0]; } in _WLocale_mon_thousands_sep()
|