Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 47) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
Dreplace.hpp33 namespace algorithm { namespace
64 return ::boost::algorithm::find_format_copy( in replace_range_copy()
67 ::boost::algorithm::range_finder(SearchRange), in replace_range_copy()
68 ::boost::algorithm::const_formatter(Format)); in replace_range_copy()
83 return ::boost::algorithm::find_format_copy( in replace_range_copy()
85 ::boost::algorithm::range_finder(SearchRange), in replace_range_copy()
86 ::boost::algorithm::const_formatter(Format)); in replace_range_copy()
106 ::boost::algorithm::find_format( in replace_range()
108 ::boost::algorithm::range_finder(SearchRange), in replace_range()
109 ::boost::algorithm::const_formatter(Format)); in replace_range()
[all …]
Dformatter.hpp33 namespace algorithm { namespace
112 using algorithm::const_formatter;
113 using algorithm::identity_formatter;
114 using algorithm::empty_formatter;
115 using algorithm::dissect_formatter;
Dcompare.hpp25 namespace algorithm { namespace
189 using algorithm::is_equal;
190 using algorithm::is_iequal;
191 using algorithm::is_less;
192 using algorithm::is_iless;
193 using algorithm::is_not_greater;
194 using algorithm::is_not_igreater;
Dconstants.hpp15 namespace algorithm { namespace
30 using algorithm::token_compress_on;
31 using algorithm::token_compress_off;
Dfinder.hpp35 namespace algorithm { namespace
259 using algorithm::first_finder;
260 using algorithm::last_finder;
261 using algorithm::nth_finder;
262 using algorithm::head_finder;
263 using algorithm::tail_finder;
264 using algorithm::token_finder;
265 using algorithm::range_finder;
Dfind_format.hpp33 namespace algorithm { namespace
279 using algorithm::find_format_copy;
280 using algorithm::find_format;
281 using algorithm::find_format_all_copy;
282 using algorithm::find_format_all;
Dyes_no_type.hpp15 namespace algorithm { namespace
Dconcept.hpp24 namespace algorithm { namespace
Dsequence_traits.hpp35 namespace algorithm { namespace
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
Dfind_format_all.hpp22 namespace algorithm { namespace
88 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl()
89 return ::boost::algorithm::detail::find_format_all_copy_impl2( in find_format_all_copy_impl()
147 …::boost::algorithm::detail::insert( Output, ::boost::end(Output), LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2()
163 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl()
164 return ::boost::algorithm::detail::find_format_all_copy_impl2( in find_format_all_copy_impl()
222 ::boost::algorithm::detail::copy_to_storage( Storage, M.format_result() ); in find_format_all_impl2()
229 InsertIt=::boost::algorithm::detail::process_segment( in find_format_all_impl2()
239 ::boost::algorithm::detail::erase( Input, InsertIt, ::boost::end(Input) ); in find_format_all_impl2()
244 … ::boost::algorithm::detail::insert( Input, ::boost::end(Input), Storage.begin(), Storage.end() ); in find_format_all_impl2()
[all …]
Dfind_format.hpp22 namespace algorithm { namespace
78 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl()
79 return ::boost::algorithm::detail::find_format_copy_impl2( in find_format_copy_impl()
139 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl()
140 return ::boost::algorithm::detail::find_format_copy_impl2( in find_format_copy_impl()
179 ::boost::algorithm::detail::replace( Input, M.begin(), M.end(), M.format_result() ); in find_format_impl2()
191 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_impl()
192 ::boost::algorithm::detail::find_format_impl2( in find_format_impl()
Dreplace_storage.hpp21 namespace algorithm { namespace
71 …ForwardIteratorT It=::boost::algorithm::detail::move_from_storage( Storage, InsertIt, SegmentBegin… in operator ()()
128 ::boost::algorithm::detail::replace( Input, InsertIt, SegmentBegin, Storage ); in operator ()()
Dsequence.hpp23 namespace algorithm { namespace
44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert()
187 …::boost::algorithm::detail::replace( Input, From, To, ::boost::begin(Insert), ::boost::end(Insert)… in replace()
191 … ::boost::algorithm::detail::insert( Input, From, ::boost::begin(Insert), ::boost::end(Insert) ); in replace()
Dfinder.hpp25 namespace algorithm { namespace
385 return ::boost::algorithm::detail::find_head_impl( Begin, End, N, category() ); in find_head_impl()
459 return ::boost::algorithm::detail::find_tail_impl( Begin, End, N, category() ); in find_tail_impl()
487 return ::boost::algorithm::detail::find_head_impl( Begin, End, m_N ); in operator ()()
492 ::boost::algorithm::detail::find_tail_impl( Begin, End, -m_N ); in operator ()()
525 return ::boost::algorithm::detail::find_tail_impl( Begin, End, m_N ); in operator ()()
530 ::boost::algorithm::detail::find_head_impl( Begin, End, -m_N ); in operator ()()
Dfind_format_store.hpp18 namespace algorithm { namespace
Dutil.hpp19 namespace algorithm { namespace
Dformatter.hpp25 namespace algorithm { namespace
/ndk/sources/cxx-stl/stlport/stlport/
Dalgorithm47 # include_next <algorithm>
49 # include _STLP_NATIVE_HEADER(algorithm)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dnamed_parameter.ipp25 #include <boost/test/utils/algorithm.hpp>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/
DCREDITS.TXT45 D: Copyright owner and contributor of the CityHash algorithm
/ndk/sources/cxx-stl/llvm-libc++/
DAndroid.mk53 algorithm.cpp \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_suite.ipp31 #include <algorithm>
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch19 src/algorithm.cpp | 8 +++++
283 diff --git a/src/algorithm.cpp b/src/algorithm.cpp
285 --- a/src/algorithm.cpp
286 +++ b/src/algorithm.cpp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
Ddynarray105 #include <algorithm>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Darray108 #include <algorithm>

12