HomeSort by relevance Sort by last modified time
    Searched refs:thousands_sep (Results 1 - 25 of 50) sorted by null

1 2

  /external/stlport/test/unit/
num_facets_test.cpp 17 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() );
money_facets_test.cpp 135 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() );
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 17 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() );
money_facets_test.cpp 135 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() );
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 17 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() );
money_facets_test.cpp 135 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/
_numpunct.h 57 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
_monetary.h 93 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
_monetary.c 225 __intl ? __punct_intl.thousands_sep() : __punct.thousands_sep();
338 char_type __sep = __intl ? __punct_intl.thousands_sep()
339 : __punct.thousands_sep();
_num_get.c 279 __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();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 57 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
_monetary.h 93 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
_monetary.c 225 __intl ? __punct_intl.thousands_sep() : __punct.thousands_sep();
338 char_type __sep = __intl ? __punct_intl.thousands_sep()
339 : __punct.thousands_sep();
_num_get.c 279 __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();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 57 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
_monetary.h 93 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
_monetary.c 225 __intl ? __punct_intl.thousands_sep() : __punct.thousands_sep();
338 char_type __sep = __intl ? __punct_intl.thousands_sep()
339 : __punct.thousands_sep();
_num_get.c 279 __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();
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 57 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
_monetary.h 93 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
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_numpunct.h 57 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
_monetary.h 93 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 59 char *thousands_sep; /* Thousands separator. */ member in struct:lconv
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 59 char *thousands_sep; /* Thousands separator. */ member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h 59 char *thousands_sep; /* Thousands separator. */ member in struct:lconv

Completed in 121 milliseconds

1 2