Home
last modified time | relevance | path

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

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