Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp85 const intern_type* from_end, in do_out() argument
90 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_out()
100 const extern_type* from_end, in do_in() argument
105 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_in()
Dfacets_byname.cpp308 const intern_type* from_end, in do_out() argument
313 while (from != from_end && to != to_limit) { in do_out()
340 const extern_type* from_end, in do_in() argument
345 while (from != from_end && to != to_end) { in do_in()
347 to, from, from_end - from, in do_in()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_fallback_malloc.cpp56 void *pop ( container &c, bool from_end ) { in pop() argument
58 if ( from_end ) { in pop()
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp595 const char* from_end = from + utf8_str.size(); in special_encodings() local
599 while (from + length <= from_end) { in special_encodings()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp595 const char* from_end = from + utf8_str.size(); in special_encodings() local
599 while (from + length <= from_end) { in special_encodings()