HomeSort by relevance Sort by last modified time
    Searched refs:last2 (Results 1 - 10 of 10) sorted by null

  /external/stlport/src/
num_get.cpp 39 const char * first2, const char * last2) {
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
48 if (first2 != last2) ++first2;
  /ndk/sources/cxx-stl/stlport/src/
num_get.cpp 39 const char * first2, const char * last2) {
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
48 if (first2 != last2) ++first2;
  /external/chromium/net/disk_cache/
eviction.cc 467 Rankings::ScopedRankingsBlock last2(rankings_,
477 if (last2.get())
479 Time::FromInternalValue(last2.get()->Data()->last_used));
  /external/stlport/test/unit/
codecvt_test.cpp 466 intern_type* first2, intern_type* last2,
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
  /external/openssl/apps/
ca.c 1841 int last2; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 997 int32_t last2 = last1 \/ medialCount; local
1013 int32_t last2 = last1 \/ medialCount; local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 1053 int32_t last2 = last1 \/ medialCount; local
1069 int32_t last2 = last1 \/ medialCount; local
    [all...]
  /ndk/build/core/
definitions.mk 49 # Function : last2
52 # Usage : $(call last2, <LIST>)
54 last2 = $(word $(words $1), x $1) macro
    [all...]

Completed in 1676 milliseconds