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

  /external/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), "");
  /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 409 void CJS_PropValue::operator >>(CFX_WideString &wide_string) const
412 wide_string = CJS_Value::operator CFX_WideString();
415 void CJS_PropValue::operator <<(CFX_WideString wide_string)
418 CJS_Value::operator = (wide_string);

Completed in 2255 milliseconds