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

1 2 3

  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
negative_sign.pass.cpp 14 // string_type negative_sign() const;
58 assert(f.negative_sign() == std::string());
62 assert(f.negative_sign() == std::string());
66 assert(f.negative_sign() == std::wstring());
70 assert(f.negative_sign() == std::wstring());
75 assert(f.negative_sign() == "-");
79 assert(f.negative_sign() == "-");
83 assert(f.negative_sign() == L"-");
87 assert(f.negative_sign() == L"-");
92 assert(f.negative_sign() == "-")
    [all...]
Android.mk 35 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign
36 test_src := negative_sign.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
negative_sign.pass.cpp 14 // string_type negative_sign() const;
58 assert(f.negative_sign() == std::string());
62 assert(f.negative_sign() == std::string());
66 assert(f.negative_sign() == std::wstring());
70 assert(f.negative_sign() == std::wstring());
75 assert(f.negative_sign() == "-");
79 assert(f.negative_sign() == "-");
83 assert(f.negative_sign() == L"-");
87 assert(f.negative_sign() == L"-");
92 assert(f.negative_sign() == "-")
    [all...]
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
negative_sign.pass.cpp 14 // string_type negative_sign() const;
62 assert(f.negative_sign() == "-");
66 assert(f.negative_sign() == "-");
70 assert(f.negative_sign() == L"-");
74 assert(f.negative_sign() == L"-");
Android.mk 35 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/negative_sign
36 test_src := negative_sign.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
negative_sign.pass.cpp 14 // string_type negative_sign() const;
62 assert(f.negative_sign() == "-");
66 assert(f.negative_sign() == "-");
70 assert(f.negative_sign() == L"-");
74 assert(f.negative_sign() == L"-");
  /ndk/sources/android/support/src/locale/
localeconv.c 42 .negative_sign = "",
  /bionic/libc/include/
locale.h 78 char* negative_sign; member in struct:lconv
  /development/ndk/platforms/android-L/include/
locale.h 78 char* negative_sign; member in struct:lconv
  /ndk/sources/android/support/include/
locale.h 108 char* negative_sign; member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
locale.h 55 char *negative_sign; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
locale.h 78 char* negative_sign; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
locale.h 78 char* negative_sign; member in struct:lconv
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
locale.h 78 char* negative_sign; member in struct:lconv
  /prebuilts/ndk/9/sources/android/support/include/
locale.h 108 char* negative_sign; member in struct:lconv
  /external/stlport/test/unit/
money_facets_test.cpp 202 CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() );
203 index += dom_fmp.negative_sign().size();
263 if (dom_fmp.negative_sign().empty()) {
556 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
585 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 202 CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() );
203 index += dom_fmp.negative_sign().size();
263 if (dom_fmp.negative_sign().empty()) {
556 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
585 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 202 CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() );
203 index += dom_fmp.negative_sign().size();
263 if (dom_fmp.negative_sign().empty()) {
556 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
585 CPPUNIT_CHECK( cfacet_byname.negative_sign() == cfacet.negative_sign() );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
locale.h 77 char *negative_sign; /* Sign for negative values. */ member in struct:lconv
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
locale.h 77 char *negative_sign; /* Sign for negative values. */ member in struct:lconv
  /external/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign()
145 : __punct.negative_sign();
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
373 __sign = __punct_intl.negative_sign();
379 __sign = __punct.negative_sign();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign()
145 : __punct.negative_sign();
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
373 __sign = __punct_intl.negative_sign();
379 __sign = __punct.negative_sign();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign()
145 : __punct.negative_sign();
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
373 __sign = __punct_intl.negative_sign();
379 __sign = __punct.negative_sign();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign()
145 : __punct.negative_sign();
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
373 __sign = __punct_intl.negative_sign();
379 __sign = __punct.negative_sign();
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign()
145 : __punct.negative_sign();
365 string_type __sign = __intl ? __is_negative ? __punct_intl.negative_sign()
367 : __is_negative ? __punct.negative_sign()
373 __sign = __punct_intl.negative_sign();
379 __sign = __punct.negative_sign();

Completed in 1643 milliseconds

1 2 3