/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
thousands_sep.pass.cpp | 14 // charT thousands_sep() const; 58 assert(f.thousands_sep() == std::numeric_limits<char>::max()); 62 assert(f.thousands_sep() == std::numeric_limits<char>::max()); 66 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); 70 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); 75 assert(f.thousands_sep() == ','); 79 assert(f.thousands_sep() == ','); 83 assert(f.thousands_sep() == L','); 87 assert(f.thousands_sep() == L','); 92 assert(f.thousands_sep() == ' ') [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
thousands_sep.pass.cpp | 14 // char_type thousands_sep() const; 28 assert(np.thousands_sep() == ','); 33 assert(np.thousands_sep() == L','); 41 assert(np.thousands_sep() == ','); 46 assert(np.thousands_sep() == L','); 54 assert(np.thousands_sep() == ','); 59 assert(np.thousands_sep() == L',');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
thousands_sep.pass.cpp | 14 // charT thousands_sep() const; 61 assert(f.thousands_sep() == std::numeric_limits<char>::max()); 65 assert(f.thousands_sep() == std::numeric_limits<char>::max()); 69 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); 73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/ |
thousands_sep.pass.cpp | 14 // char_type thousands_sep() const; 25 assert(np.thousands_sep() == ','); 30 assert(np.thousands_sep() == L',');
|
/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() );
|
/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() );
|
/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() );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 36 # Dict formatted as ``<locale> : (<decimal_point>, <thousands_sep>)``. If a 60 ('', ''))[data_type == 'thousands_sep'] 77 (THOUSEP, "thousands_sep")): 87 for lc in ("decimal_point", "thousands_sep"): 99 (THOUSEP, "thousands_sep")):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test__locale.py | 36 # Dict formatted as ``<locale> : (<decimal_point>, <thousands_sep>)``. If a 60 ('', ''))[data_type == 'thousands_sep'] 77 (THOUSEP, "thousands_sep")): 87 for lc in ("decimal_point", "thousands_sep"): 99 (THOUSEP, "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
|
/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
|
/prebuilts/ndk/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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
|
/ndk/sources/android/support/src/locale/ |
localeconv.c | 34 .thousands_sep = "",
|
/ndk/sources/android/support/include/ |
locale.h | 77 char* thousands_sep; /* Thousands separator */ member in struct:lconv
|