Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp38 __valid_grouping(const char * first1, const char * last1, in __valid_grouping() argument
40 if (first1 == last1 || first2 == last2) return true; in __valid_grouping()
42 --last1; --last2; in __valid_grouping()
44 while (first1 != last1) { in __valid_grouping()
45 if (*last1 != *first2) in __valid_grouping()
47 --last1; in __valid_grouping()
51 return *last1 <= *first2; in __valid_grouping()
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp467 const extern_type* last1, const extern_type*& next1, in do_in() argument
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp467 const extern_type* last1, const extern_type*& next1, in do_in() argument
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) { in do_in()
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 ) in do_in()