HomeSort by relevance Sort by last modified time
    Searched full:wstring (Results 301 - 325 of 537) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.io/
get_line_delim.pass.cpp 43 std::wstring s(L"initial text");
stream_extract.pass.cpp 49 std::wstring s(L"initial text");
  /external/libcxx/test/std/strings/string.conversions/
stoi.pass.cpp 13 // int stoi(const wstring& str, size_t *idx = 0, int base = 10);
stol.pass.cpp 16 // long stol(const wstring& str, size_t *idx = 0, int base = 10);
stoll.pass.cpp 16 // long long stoll(const wstring& str, size_t *idx = 0, int base = 10);
stoul.pass.cpp 16 // unsigned long stoul(const wstring& str, size_t *idx = 0, int base = 10);
stoull.pass.cpp 16 // unsigned long long stoull(const wstring& str, size_t *idx = 0, int base = 10);
  /external/webrtc/talk/media/base/
executablehelpers.h 59 std::wstring wdir(exe_path_buffer);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
scan_is.pass.cpp 29 const std::wstring in(L" A\x07.a1");
scan_not.pass.cpp 29 const std::wstring in(L" A\x07.a1");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
get_line.pass.cpp 40 std::wstring s(L"initial text");
get_line_delim.pass.cpp 43 std::wstring s(L"initial text");
stream_extract.pass.cpp 49 std::wstring s(L"initial text");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stoi.pass.cpp 13 // int stoi(const wstring& str, size_t *idx = 0, int base = 10);
stol.pass.cpp 16 // long stol(const wstring& str, size_t *idx = 0, int base = 10);
stoll.pass.cpp 16 // long long stoll(const wstring& str, size_t *idx = 0, int base = 10);
stoul.pass.cpp 16 // unsigned long stoul(const wstring& str, size_t *idx = 0, int base = 10);
stoull.pass.cpp 16 // unsigned long long stoull(const wstring& str, size_t *idx = 0, int base = 10);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 82 typedef wstring string_type;
_iostream_string.h 129 typedef wstring __iowstring;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubywstrings.swg 7 * ruby including WString, FXString, etc.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_collate.h 82 typedef wstring string_type;
_iostream_string.h 129 typedef wstring __iowstring;
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 177 Message& operator <<(const ::std::wstring& wstr);
183 Message& operator <<(const ::wstring& wstr);
  /external/libchrome/base/strings/
string_number_conversions.h 21 // This file contains no "wstring" variants. New code should use string16. If
23 // not add wstring variants.

Completed in 4668 milliseconds

<<11121314151617181920>>