Home
last modified time | relevance | path

Searched defs:__count (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_uninitialized.h162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result, in __ucopy_n()
177 __ucopy_n(_InputIter __first, _Size __count, in __ucopy_n()
184 __ucopy_n(_InputIter __first, _Size __count, in __ucopy_n()
192 __ucopy_n(_RandomAccessIter __first, _Size __count, _ForwardIter __result, in __ucopy_n()
201 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result) in __ucopy_n()
210 uninitialized_copy_n(_InputIter __first, _Size __count, _ForwardIter __result) in uninitialized_copy_n()
D_algobase.h389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result, in __copy_n()
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { in copy_n()
D_algo.c155 _Integer __count, const _Tp& __val, _BinaryPred __pred, in __search_n()
221 _Integer __count, const _Tp& __val, _BinaryPred __pred, in __search_n()
247 _Integer __count, const _Tp& __val) { in search_n()
261 _Integer __count, const _Tp& __val, in search_n()
/ndk/sources/cxx-stl/stlport/src/
Dfacets_byname.cpp410 size_t __count = 0; in do_length() local