Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
Dsubstr.pass.cpp35 unsigned rlen = str.size() - pos; in test() local
58 unsigned rlen = std::min<unsigned>(str.size() - pos, n); in test() local
81 unsigned rlen = std::min<unsigned>(str.size() - pos, n); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_substr/
Dsubstr.pass.cpp30 typename S::size_type rlen = std::min(n, s.size() - pos); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_copy/
Dcopy.pass.cpp31 typename S::size_type rlen = std::min(n, cs.size() - pos); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/
Dsize_size_pointer.pass.cpp38 typename S::size_type rlen = S::traits_type::length(str); in test() local
Dsize_size_string.pass.cpp35 typename S::size_type rlen = str.size(); in test() local
Diter_iter_pointer.pass.cpp34 typename S::size_type rlen = S::traits_type::length(str); in test() local
Dsize_size_size_char.pass.cpp37 typename S::size_type rlen = n2; in test() local
Diter_iter_string.pass.cpp34 typename S::size_type rlen = str.size(); in test() local
Diter_iter_size_char.pass.cpp35 typename S::size_type rlen = n2; in test() local
Diter_iter_pointer_size.pass.cpp35 typename S::size_type rlen = n2; in test() local
Diter_iter_iter_iter.pass.cpp33 typename S::size_type rlen = std::distance(f, l); in test() local
Dsize_size_pointer_size.pass.cpp39 typename S::size_type rlen = n2; in test() local
Dsize_size_string_size_size.pass.cpp39 typename S::size_type rlen = std::min(n2, str.size() - pos2); in test() local
64 typename S::size_type rlen = std::min(S::npos, str.size() - pos2); in test_npos() local
/ndk/sources/host-tools/make-3.81/
Dfunction.c78 unsigned int slen, unsigned int rlen, int by_word) in subst_expand()