/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | thousands_sep.pass.cpp | 58 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/ |
D | thousands_sep.pass.cpp | 28 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/ |
D | thousands_sep.pass.cpp | 61 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/ |
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()
|
/ndk/tests/device/test-stlport/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()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/ |
D | thousands_sep.pass.cpp | 25 assert(np.thousands_sep() == ','); in main() 30 assert(np.thousands_sep() == L','); in main()
|
/ndk/sources/android/support/src/locale/ |
D | localeconv.c | 34 .thousands_sep = "", in localeconv()
|
/ndk/sources/cxx-stl/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()
|
/ndk/sources/android/support/include/ |
D | locale.h | 100 char* thousands_sep; /* Thousands separator */ member
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 631 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/ |
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()
|
/ndk/tests/device/test-libc++-static-full/ |
D | BROKEN_RUN | 144 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/ |
D | BROKEN_RUN | 144 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/ |
D | locale | 572 __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 | __locale | 1378 _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/ |
D | locale.cpp | 4329 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/ |
D | Android.mk | 2224 … 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/ |
D | Android.mk | 2215 … 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)
|