Home
last modified time | relevance | path

Searched refs:__from_end (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h64 const intern_type* __from_end,
69 _STLP_VERBOSE_ASSERT(__from <= __from_end, _StlMsg_INVALID_ARGUMENT)
72 __from, __from_end, __from_next,
86 const extern_type* __from_end,
91 _STLP_VERBOSE_ASSERT(__from <= __from_end, _StlMsg_INVALID_ARGUMENT)
94 __from, __from_end, __from_next,
104 const extern_type* __from_end,
106 _STLP_VERBOSE_ASSERT(__from <= __from_end, _StlMsg_INVALID_ARGUMENT)
107 return do_length(__state, __from, __from_end, __max);
184 const char* __from_end, in out() argument
[all …]