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

/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() );
H A Dmoney_facets_test.cpp135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
221 CPPUNIT_ASSERT( str_res[index++] == dom_fmp.thousands_sep() );
554 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() );
583 CPPUNIT_CHECK( cfacet_byname.thousands_sep() == cfacet.thousands_sep() );
/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
H A D_monetary.c225 __intl ? __punct_intl.thousands_sep() : __punct.thousands_sep();
338 char_type __sep = __intl ? __punct_intl.thousands_sep()
339 : __punct.thousands_sep();
H A D_num_put.c123 __np.decimal_point(), __np.thousands_sep(),
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(),
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep(),
H A D_num_get.c279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
381 _CharT __sep = __numpunct.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]; }
H A Dc_wlocale_win32.c283 { return lmon->thousands_sep[0]; }

Completed in 207 milliseconds