Home
last modified time | relevance | path

Searched refs:positive_sign (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dpositive_sign.pass.cpp63 assert(f.positive_sign() == std::string()); in main()
67 assert(f.positive_sign() == std::string()); in main()
71 assert(f.positive_sign() == std::wstring()); in main()
75 assert(f.positive_sign() == std::wstring()); in main()
80 assert(f.positive_sign() == ""); in main()
84 assert(f.positive_sign() == ""); in main()
88 assert(f.positive_sign() == L""); in main()
92 assert(f.positive_sign() == L""); in main()
97 assert(f.positive_sign() == ""); in main()
101 assert(f.positive_sign() == ""); in main()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
Dpositive_sign.pass.cpp61 assert(f.positive_sign() == std::string()); in main()
65 assert(f.positive_sign() == std::string()); in main()
69 assert(f.positive_sign() == std::wstring()); in main()
73 assert(f.positive_sign() == std::wstring()); in main()
/external/libcxx/src/
Dlocale.cpp5932 __positive_sign_ = lc->positive_sign; in init()
5984 __positive_sign_ = lc->positive_sign; in init()
6058 bb = lc->positive_sign; in init()
6145 bb = lc->positive_sign; in init()
/external/libcxx/include/
Dlocale2753 _LIBCPP_ALWAYS_INLINE string_type positive_sign() const {return do_positive_sign();}
2881 __psn = __mp.positive_sign();
2894 __psn = __mp.positive_sign();
3335 __sn = __mp.positive_sign();
3355 __sn = __mp.positive_sign();
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3497 Label positive_sign; in DoMathFloor() local
3498 __ j(above, &positive_sign, Label::kNear); in DoMathFloor()
3504 __ bind(&positive_sign); in DoMathFloor()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3416 Label positive_sign; in DoMathFloor() local
3417 __ j(above, &positive_sign, Label::kNear); in DoMathFloor()
3423 __ bind(&positive_sign); in DoMathFloor()