Searched refs:wide_string (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring_unittest.cpp65 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
[all...]
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dtypes.pass.cpp19 // 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/
H A Dtypo.cpp87 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/
H A DJS_Value.cpp428 void CJS_PropValue::operator >>(CFX_WideString &wide_string) const
431 wide_string = CJS_Value::ToCFXWideString();
434 void CJS_PropValue::operator <<(CFX_WideString wide_string) argument
437 CJS_Value::operator = (wide_string.c_str());

Completed in 370 milliseconds