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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /ndk/sources/cxx-stl/llvm-libc++/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/cxx-stl/llvm-libc++/include/support/android/
locale.h 68 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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 77 char *negative_sign; /* Sign for negative values. */ member in struct:lconv
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/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();
_monetary.h 97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
  /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();
_monetary.h 97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
  /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();
_monetary.h 97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
  /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();
_monetary.h 97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
  /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();
_monetary.h 97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
  /prebuilts/ndk/8/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();
_monetary.h 97 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
137 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
178 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
217 string_type negative_sign() const { return do_negative_sign(); } function in class:moneypunct
  /ndk/sources/cxx-stl/llvm-libc++/src/support/android/
locale_support.c 303 .negative_sign = "",
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 226 char negative_sign[5]; member in struct:_Locale_monetary
854 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SNEGATIVESIGN, lmon->negative_sign, 5, wbuf, 6);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 226 char negative_sign[5]; member in struct:_Locale_monetary
854 __GetLocaleInfoUsingACP(lmon->lc.id, lmon->cp, LOCALE_SNEGATIVESIGN, lmon->negative_sign, 5, wbuf, 6);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 1078 negative_sign() const function in class:moneypunct
    [all...]

Completed in 863 milliseconds

1 2