Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp39 const char * first2, const char * last2) { in __valid_grouping() argument
40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping()
42 --last1; --last2; in __valid_grouping()
48 if (first2 != last2) ++first2; in __valid_grouping()
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp468 intern_type* first2, intern_type* last2, in do_in() argument
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp468 intern_type* first2, intern_type* last2, in do_in() argument
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
/ndk/build/core/
Ddefinitions.mk56 last2 = $(word $(words $1), x $1)