Home
last modified time | relevance | path

Searched defs:pos2 (Results 1 – 25 of 203) sorted by relevance

123456789

/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/tot/third_party/libc++/src/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, typename S::size_type n, S… in test()
49 …R_CXX20 void test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expec… in test_npos()
Dsize_T_size_size.pass.cpp25 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, typename S::size_type n, S… in test()
48 …R_CXX20 void test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expec… in test_npos()
/external/cronet/stable/third_party/libc++/src/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, typename S::size_type n, S… in test()
49 …R_CXX20 void test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expec… in test_npos()
Dsize_T_size_size.pass.cpp25 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, typename S::size_type n, S… in test()
48 …R_CXX20 void test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expec… in test_npos()
/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_ref_test2.cpp207 string_ref::size_type pos2 = sr1.find_first_not_of(*p); in find() local
232 string_ref::size_type pos2 = sr1.find_last_not_of(*p); in find() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.cpp39 char *tmp, *pos, *pos2; in setParams() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DCircularBuffer.java82 final int pos2 = pos1 + length; in copy() local
/external/wpa_supplicant_8/src/utils/
Dext_password_test.c47 char *pos, *pos2; in ext_password_test_get() local
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_compare/
Dsize_size_string_size_size.pass.cpp39 typename S::size_type pos2, in test()
58 …ame S::size_type pos1, typename S::size_type n1, const S& str, typename S::size_type pos2, int x) { in test_npos()
Dsize_size_T_size_size.pass.cpp39 typename S::size_type pos2, in test()
59 …, typename S::size_type pos1, typename S::size_type n1, SV sv, typename S::size_type pos2, int x) { in test_npos()
/external/libcxx/test/std/strings/string.view/string.view.ops/
Dcompare.size_size_sv_size_size.pass.cpp26 std::basic_string_view<CharT> sv2, size_t pos2, size_t n2, in test1()
45 const CharT *s2, size_t pos2, size_t n2, in test()
/external/libcxx/test/std/strings/basic.string/string.ops/string_compare/
Dsize_size_string_size_size.pass.cpp36 const S& str, typename S::size_type pos2, typename S::size_type n2, int x) in test()
59 const S& str, typename S::size_type pos2, int x) in test_npos()
Dsize_size_T_size_size.pass.cpp38 SV sv, typename S::size_type pos2, typename S::size_type n2, int x) in test()
62 SV sv, typename S::size_type pos2, int x) in test_npos()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLocaleIDParser.java146 int pos2 = getScriptPosition(localeId); in getParent() local
189 int pos2 = locale.indexOf('_', pos + 1); in getScriptPosition() local
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.ops/string_compare/
Dsize_size_string_size_size.pass.cpp39 typename S::size_type pos2, in test()
58 …ame S::size_type pos1, typename S::size_type n1, const S& str, typename S::size_type pos2, int x) { in test_npos()
Dsize_size_T_size_size.pass.cpp39 typename S::size_type pos2, in test()
59 …, typename S::size_type pos1, typename S::size_type n1, SV sv, typename S::size_type pos2, int x) { in test_npos()
/external/lzma/CPP/7zip/Compress/
DLzOutWindow.h38 UInt32 pos2; in CopyBlock() local
/external/cronet/tot/third_party/libc++/src/test/std/strings/string.view/string.view.ops/
Dcompare.size_size_sv_size_size.pass.cpp30 std::size_t pos2, in test1()
47 void test(const CharT* s1, std::size_t pos1, size_t n1, const CharT* s2, std::size_t pos2, size_t n… in test()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_string_size_size.pass.cpp28 S str, typename S::size_type pos2, typename S::size_type n2, in test()
62 S str, typename S::size_type pos2, in test_npos()
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_string_size_size.pass.cpp33 typename S::size_type pos2, in test()
62 …, typename S::size_type pos1, typename S::size_type n1, S str, typename S::size_type pos2, S expec… in test_npos()
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_string_size_size.pass.cpp33 typename S::size_type pos2, in test()
62 …, typename S::size_type pos1, typename S::size_type n1, S str, typename S::size_type pos2, S expec… in test_npos()
/external/cronet/stable/third_party/libc++/src/test/std/strings/string.view/string.view.ops/
Dcompare.size_size_sv_size_size.pass.cpp30 std::size_t pos2, in test1()
47 void test(const CharT* s1, std::size_t pos1, size_t n1, const CharT* s2, std::size_t pos2, size_t n… in test()
/external/wpa_supplicant_8/src/wps/
Dwps_er_ssdp.c26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; in wps_er_ssdp_rx() local

123456789