Home
last modified time | relevance | path

Searched defs:pos1 (Results 1 – 25 of 140) sorted by relevance

123456

/external/libcxx/test/std/strings/string.view/string.view.ops/
Dcompare.pointer_size.pass.cpp25 size_t pos1, size_t n1, const CharT *s, int expected ) { in test1()
42 test( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected) in test()
Dcompare.size_size_sv.pass.cpp24 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
42 void test ( const CharT *s1, size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
Dcompare.size_size_sv_pointer_size.pass.cpp25 void test1 ( std::basic_string_view<CharT> sv1, size_t pos1, size_t n1, in test1()
43 void test ( const CharT *s1, size_t pos1, size_t n1, in test()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.ops/
Dcompare.pointer_size.pass.cpp26 std::size_t pos1, size_t n1, const CharT *s, int expected ) { in test1()
43 test( const CharT *s1, std::size_t pos1, size_t n1, const CharT *s2, int expected) in test()
Dcompare.size_size_sv.pass.cpp25 void test1 ( std::basic_string_view<CharT> sv1, std::size_t pos1, size_t n1, in test1()
43 void test ( const CharT *s1, std::size_t pos1, size_t n1, const CharT *s2, int expected ) { in test()
Dcompare.size_size_sv_pointer_size.pass.cpp26 void test1 ( std::basic_string_view<CharT> sv1, std::size_t pos1, size_t n1, in test1()
44 void test ( const CharT *s1, std::size_t pos1, size_t n1, in test()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstring_view.h417 int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 int compare(size_type pos1, size_type count1, string_view v, size_type pos2, in compare()
434 int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/cronet/base/strings/
Dstring_piece.h261 constexpr int compare(size_type pos1, in compare()
266 constexpr int compare(size_type pos1, in compare()
276 constexpr int compare(size_type pos1, in compare()
281 constexpr int compare(size_type pos1, in compare()
/external/cronet/third_party/abseil-cpp/absl/strings/
Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/abseil-cpp/absl/strings/
Dstring_view.h423 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
429 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
446 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/angle/third_party/abseil-cpp/absl/strings/
Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dstring_view.h417 constexpr int compare(size_type pos1, size_type count1, string_view v) const { in compare()
423 constexpr int compare(size_type pos1, size_type count1, string_view v, in compare()
434 constexpr int compare(size_type pos1, size_type count1, const char* s) const { in compare()
440 constexpr int compare(size_type pos1, size_type count1, const char* s, in compare()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Diter_iter_iter_iter.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test()
41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_replace/
Diter_iter_iter_iter.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test()
43 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
Dsize_string_size_size.pass.cpp26 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, in test()
56 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) in test_npos()
Dsize_T_size_size.pass.cpp26 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, in test()
57 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected) in test_npos()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_insert/
Dsize_string_size_size.pass.cpp25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2, in test()
55 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected) in test_npos()
Dsize_T_size_size.pass.cpp25 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, in test()
56 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected) in test_npos()
/external/aac/libAACdec/src/
Dusacdec_ace_d4t64.cpp153 SHORT pos1; in D_ACELP_decode_1p_N1() local
185 SHORT pos1, pos2; in D_ACELP_decode_2p_2N1() local
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
Dsize_size_pointer.pass.cpp33 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
Dsize_size_string.pass.cpp32 test(const S& s, typename S::size_type pos1, typename S::size_type n1, in test()
/external/google-breakpad/src/common/linux/
Dlinux_libc_support.cc199 size_t pos1 = 0; in my_strlcpy() local
216 size_t pos1 = 0; in my_strlcat() local

123456