Searched refs:from_end (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | codecvt.cpp | 85 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()
|
D | facets_byname.cpp | 308 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/ |
D | test_fallback_malloc.cpp | 56 void *pop ( container &c, bool from_end ) { in pop() argument 58 if ( from_end ) { in pop()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 595 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/ |
D | codecvt_test.cpp | 595 const char* from_end = from + utf8_str.size(); in special_encodings() local 599 while (from + length <= from_end) { in special_encodings()
|