HomeSort by relevance Sort by last modified time
    Searched refs:last2 (Results 1 - 14 of 14) 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/llvm/include/llvm/ADT/
ilist.h 619 iterator first2 = right.begin(), last2 = right.end(); local
620 while (first1 != last1 && first2 != last2)
628 if (first2 != last2) transfer(last1, right, first2, last2);
686 iterator first2 = this->begin(), last2 = this->end(); local
687 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
689 if (first2 == last2)
692 insert(last1, first2, last2);
  /external/chromium/net/disk_cache/
eviction.cc 552 Rankings::ScopedRankingsBlock last2(rankings_,
562 if (last2.get())
564 Time::FromInternalValue(last2.get()->Data()->last_used));
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 79 const char *last2 = last_frame2->func; local
81 if (last2 && 0 == internal_strcmp(last2, "main")) {
90 } else if (last || last2) {
  /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 1865 int last2; local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 1177 int32_t last2 = last1 \/ medialCount; local
1193 int32_t last2 = last1 \/ medialCount; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 529 milliseconds