Home
last modified time | relevance | path

Searched defs:rlen (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/test/std/strings/basic.string/string.cons/
H A Dsubstr.pass.cpp39 typename S::size_type rlen = str.size() - pos; in test() local
65 typename S::size_type rlen = std::min<typename S::size_type>(str.size() - pos, n); in test() local
91 typename S::size_type rlen = std::min<typename S::size_type>(str.size() - pos, n); in test() local
H A DT_size_size.pass.cpp37 std::size_t rlen = std::min(sv.size() - pos, n); in test() local
64 std::size_t rlen = std::min(sv.size() - pos, n); in test() local
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_copy/
H A Dcopy.pass.cpp27 typename S::size_type rlen = std::min(n, cs.size() - pos); in test() local
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_pointer.pass.cpp33 typename S::size_type rlen = S::traits_type::length(str); in test() local
H A Dsize_size_size_char.pass.cpp38 typename S::size_type rlen = n2; in test() local
H A Dsize_size_string.pass.cpp32 typename S::size_type rlen = str.size(); in test() local
H A Diter_iter_size_char.pass.cpp36 typename S::size_type rlen = n2; in test() local
H A Dsize_size_string_view.pass.cpp32 typename S::size_type rlen = sv.size(); in test() local
H A Diter_iter_string.pass.cpp31 typename S::size_type rlen = str.size(); in test() local
H A Diter_iter_string_view.pass.cpp30 typename S::size_type rlen = sv.size(); in test() local
H A Diter_iter_pointer.pass.cpp33 typename S::size_type rlen = S::traits_type::length(str); in test() local
H A Dsize_size_pointer_size.pass.cpp38 typename S::size_type rlen = n2; in test() local
H A Diter_iter_pointer_size.pass.cpp36 typename S::size_type rlen = n2; in test() local
H A Dsize_size_string_size_size.pass.cpp43 typename S::size_type rlen = std::min(n2, str.size() - pos2); in test() local
70 typename S::size_type rlen = std::min(S::npos, str.size() - pos2); in test_npos() local
H A Dsize_size_T_size_size.pass.cpp51 SizeT rlen = std::min<SizeT>(n2, sv.size() - pos2); in test() local
80 SizeT rlen = std::min<SizeT>(S::npos, sv.size() - pos2); in test_npos() local
H A Diter_iter_iter_iter.pass.cpp32 typename S::size_type rlen = std::distance(f, l); in test() local
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/
H A Dsubstr.pass.cpp30 typename S::size_type rlen = std::min(n, s.size() - pos); in test() local
/llvm-project/libcxx/test/std/strings/string.view/string.view.ops/
H A Dsubstr.pass.cpp42 const std::size_t rlen = std::min(n, sv.size() - pos); test1() local
H A Dcopy.pass.cpp30 const std::size_t rlen = std::min(n, sv.size() - pos); test1() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp247 void __kmp_expand_file_name(char *result, size_t rlen, char *pattern) { in __kmp_expand_file_name()
/llvm-project/flang/lib/Evaluate/
H A Dexpression.cpp52 if (auto rlen{c.right().LEN()}) { in LEN() local
60 if (auto rlen{c.right().LEN()}) { in LEN() local