Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dthousands_sep.pass.cpp58 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main()
62 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main()
66 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main()
70 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main()
75 assert(f.thousands_sep() == ','); in main()
79 assert(f.thousands_sep() == ','); in main()
83 assert(f.thousands_sep() == L','); in main()
87 assert(f.thousands_sep() == L','); in main()
92 assert(f.thousands_sep() == ' '); in main()
96 assert(f.thousands_sep() == ' '); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
Dthousands_sep.pass.cpp28 assert(np.thousands_sep() == ','); in main()
33 assert(np.thousands_sep() == L','); in main()
41 assert(np.thousands_sep() == ','); in main()
46 assert(np.thousands_sep() == L','); in main()
54 assert(np.thousands_sep() == ','); in main()
59 assert(np.thousands_sep() == L','); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
Dthousands_sep.pass.cpp61 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main()
65 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main()
69 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main()
73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main()
/ndk/tests/device/test-gnustl-full/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()
/ndk/tests/device/test-stlport/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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
Dthousands_sep.pass.cpp25 assert(np.thousands_sep() == ','); in main()
30 assert(np.thousands_sep() == L','); in main()
/ndk/sources/android/support/src/locale/
Dlocaleconv.c34 .thousands_sep = "", in localeconv()
/ndk/sources/cxx-stl/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()
/ndk/sources/android/support/include/
Dlocale.h100 char* thousands_sep; /* Thousands separator */ member
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp631 CharT thousands_sep = np.thousands_sep(); in lcast_put_unsigned() local
649 Traits::assign(*finish, thousands_sep); in lcast_put_unsigned()
711 CharT const thousands_sep = np.thousands_sep(); in lcast_ret_unsigned() local
736 … if ( !Traits::eq(*end, thousands_sep) ) //|| begin == end ) return false; in lcast_ret_unsigned()
998 CharT const thousands_sep = grouping_size ? np.thousands_sep() : 0; in lcast_ret_float() local
1114 else if (grouping_size && Traits::eq(*begin, thousands_sep)){ in lcast_ret_float()
/ndk/sources/cxx-stl/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()
/ndk/tests/device/test-libc++-static-full/
DBROKEN_RUN144 nalibcxxg++ thousands_sep.pass.cpp -lc++_shared -latomic
145 …I/DEBUG ( 51): Abort message: 'thousands_sep.pass.cpp:75: int main(): assertion "f.thousands_s…
/ndk/tests/device/test-libc++-shared-full/
DBROKEN_RUN144 nalibcxxg++ thousands_sep.pass.cpp -lc++_shared -latomic
145 …I/DEBUG ( 51): Abort message: 'thousands_sep.pass.cpp:75: int main(): assertion "f.thousands_s…
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale572 __thousands_sep = __np.thousands_sep();
585 __thousands_sep = __np.thousands_sep();
1249 _CharT __thousands_sep = __npt.thousands_sep();
1310 _CharT __thousands_sep = __npt.thousands_sep();
1566 // [__o, __oe) contains thousands_sep'd wide number
1596 // [__o, __oe) contains thousands_sep'd wide number
1626 // [__o, __oe) contains thousands_sep'd wide number
1656 // [__o, __oe) contains thousands_sep'd wide number
1724 // [__o, __oe) contains thousands_sep'd wide number
1793 // [__o, __oe) contains thousands_sep'd wide number
[all …]
D__locale1378 _LIBCPP_ALWAYS_INLINE char_type thousands_sep() const {return do_thousands_sep();}
1409 _LIBCPP_ALWAYS_INLINE char_type thousands_sep() const {return do_thousands_sep();}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4329 if (*lc->thousands_sep) in __init()
4330 __thousands_sep_ = *lc->thousands_sep; in __init()
4377 if (*lc->thousands_sep) in __init()
4378 __thousands_sep_ = *lc->thousands_sep; in __init()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2224 … gen-test, localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep)
2234 …tion/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/thousands_sep)
2313 $(call gen-test, localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep)
2318 …localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/thousands_sep)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2215 … gen-test, localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep)
2225 …tion/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/thousands_sep)
2304 $(call gen-test, localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep)
2309 …localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/thousands_sep)