HomeSort by relevance Sort by last modified time
    Searched refs:wide_string (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_wstring_unittest.cpp 65 CFX_WideString wide_string(L"hello");
66 EXPECT_TRUE(wide_string == wide_string);
67 EXPECT_FALSE(wide_string == null_string);
68 EXPECT_FALSE(wide_string == empty_string);
69 EXPECT_FALSE(wide_string == deleted_string);
70 EXPECT_FALSE(null_string == wide_string);
71 EXPECT_FALSE(empty_string == wide_string);
72 EXPECT_FALSE(deleted_string == wide_string);
75 EXPECT_TRUE(wide_string == wide_string_same1)
    [all...]
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
types.pass.cpp 19 // typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
21 // typedef typename wide_string::traits_type::int_type int_type;
31 static_assert((std::is_same<myconv::wide_string, std::wstring>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
types.pass.cpp 19 // typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
21 // typedef typename wide_string::traits_type::int_type int_type;
31 static_assert((std::is_same<myconv::wide_string, std::wstring>::value), "");
  /external/clang/test/FixIt/
typo.cpp 87 template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here}} class in namespace:another
91 nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'nonstd'; did you mean 'another::wide_string'?}}
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 374 void CJS_PropValue::operator>>(CFX_WideString& wide_string) const {
376 wide_string = CJS_Value::ToCFXWideString();
379 void CJS_PropValue::operator<<(CFX_WideString wide_string) {
381 CJS_Value::operator=(wide_string.c_str());

Completed in 751 milliseconds