HomeSort by relevance Sort by last modified time
    Searched full:wstring (Results 751 - 775 of 1090) sorted by null

<<31323334353637383940>>

  /external/libcxx/test/strings/string.conversions/
stod.pass.cpp 13 // double stod(const wstring& str, size_t *idx = 0);
stof.pass.cpp 16 // float stof(const wstring& str, size_t *idx = 0);
stold.pass.cpp 13 // long double stold(const wstring& str, size_t *idx = 0);
  /external/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 89 // Note: in Win32, the filename is wstring. Is it correct to convert
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iosfwd 190 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_many.pass.cpp 29 const std::wstring in(L" A\x07.a1");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stod.pass.cpp 13 // double stod(const wstring& str, size_t *idx = 0);
stof.pass.cpp 16 // float stof(const wstring& str, size_t *idx = 0);
stold.pass.cpp 13 // long double stold(const wstring& str, size_t *idx = 0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 37 alias wchar[] wstring;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.h 668 void _M_copy_to_string(wstring& __s) const {
813 typedef typename wstring::traits_type _Traits;
814 wstring __tmp;
854 wstring __tmp;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
iosfwd 190 typedef basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > wstring;
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 472 // Overloads for ::wstring and ::std::wstring.
474 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
475 inline void PrintTo(const ::wstring& s, ::std::ostream* os) {
481 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
482 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) {
731 UniversalPrint(::std::wstring(str), os);
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 166 // ::std::string, ::wstring, or ::std::wstring object, each NUL
    [all...]
  /external/chromium_org/base/files/
file_util_unittest.cc 87 std::wstring kPathPrefix = L"\\??\\";
88 std::wstring target_str;
227 const std::wstring& contents) {
236 std::wstring ReadTextFile(const FilePath& filename) {
243 return std::wstring(contents);
430 std::wstring real_drive_letter = temp_dir_.path().value().substr(0, 2);
560 std::wstring contents = ReadTextFile(link_from);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h     [all...]

Completed in 458 milliseconds

<<31323334353637383940>>