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

  /external/libcxx/test/strings/basic.string/string.modifiers/string_append/
string_size_size.pass.cpp 41 test_npos(S s, S str, typename S::size_type pos, S expected) function
110 test_npos(S(), S(), 0, S());
111 test_npos(S(), S(), 1, S());
112 test_npos(S(), S("12345"), 0, S("12345"));
113 test_npos(S(), S("12345"), 1, S("2345"));
114 test_npos(S(), S("12345"), 3, S("45"));
115 test_npos(S(), S("12345"), 5, S(""));
116 test_npos(S(), S("12345"), 6, S("not happening"));
  /external/libcxx/test/strings/basic.string/string.modifiers/string_assign/
string_size_size.pass.cpp 41 test_npos(S s, S str, typename S::size_type pos, S expected) function
110 test_npos(S(), S(), 0, S());
111 test_npos(S(), S(), 1, S());
112 test_npos(S(), S("12345"), 0, S("12345"));
113 test_npos(S(), S("12345"), 1, S("2345"));
114 test_npos(S(), S("12345"), 3, S("45"));
115 test_npos(S(), S("12345"), 5, S(""));
116 test_npos(S(), S("12345"), 6, S("not happening"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_append/
string_size_size.pass.cpp 41 test_npos(S s, S str, typename S::size_type pos, S expected) function
110 test_npos(S(), S(), 0, S());
111 test_npos(S(), S(), 1, S());
112 test_npos(S(), S("12345"), 0, S("12345"));
113 test_npos(S(), S("12345"), 1, S("2345"));
114 test_npos(S(), S("12345"), 3, S("45"));
115 test_npos(S(), S("12345"), 5, S(""));
116 test_npos(S(), S("12345"), 6, S("not happening"));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/
string_size_size.pass.cpp 41 test_npos(S s, S str, typename S::size_type pos, S expected) function
110 test_npos(S(), S(), 0, S());
111 test_npos(S(), S(), 1, S());
112 test_npos(S(), S("12345"), 0, S("12345"));
113 test_npos(S(), S("12345"), 1, S("2345"));
114 test_npos(S(), S("12345"), 3, S("45"));
115 test_npos(S(), S("12345"), 5, S(""));
116 test_npos(S(), S("12345"), 6, S("not happening"));
  /external/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 46 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 46 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) function
    [all...]
  /external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
size_size_string_size_size.pass.cpp 51 test_npos(S s, typename S::size_type pos1, typename S::size_type n1, function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
size_size_string_size_size.pass.cpp 51 test_npos(S s, typename S::size_type pos1, typename S::size_type n1, function
    [all...]
  /external/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_string_size_size.pass.cpp 50 test_npos(const S& s, typename S::size_type pos1, typename S::size_type n1, function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_string_size_size.pass.cpp 50 test_npos(const S& s, typename S::size_type pos1, typename S::size_type n1, function
    [all...]

Completed in 705 milliseconds