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

  /external/stlport/src/
num_get.cpp 38 __valid_grouping(const char * first1, const char * last1,
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
44 while (first1 != last1) {
45 if (*last1 != *first2)
47 --last1;
51 return *last1 <= *first2;
  /ndk/sources/cxx-stl/stlport/src/
num_get.cpp 38 __valid_grouping(const char * first1, const char * last1,
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
44 while (first1 != last1) {
45 if (*last1 != *first2)
47 --last1;
51 return *last1 <= *first2;
  /external/llvm/include/llvm/ADT/
ilist.h 602 iterator first1 = begin(), last1 = end(); local
604 while (first1 != last1 && first2 != last2)
612 if (first2 != last2) transfer(last1, right, first2, last2);
669 template<class InIt> void assign(InIt first1, InIt last1) {
671 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
674 erase(first1, last1);
676 insert(last1, first2, last2);
  /external/chromium/net/disk_cache/
eviction.cc 550 Rankings::ScopedRankingsBlock last1(rankings_,
559 if (last1.get())
561 Time::FromInternalValue(last1.get()->Data()->last_used));
  /external/jdiff/src/jdiff/
Diff.java 195 int last1 = hunk.line1 + hunk.inserted - 1; local
204 System.out.println("last1: " + last1);
240 for (int i = first1; i <= last1; i++) {
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 465 const extern_type* last1, const extern_type*& next1,
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 467 const extern_type* last1, const extern_type*& next1,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 467 const extern_type* last1, const extern_type*& next1,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
471 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
  /external/icu4c/i18n/
ucol.cpp 1147 int32_t last1 = cp \/ final3Count; local
1163 int32_t last1 = last0 \/ final4Count; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 323 milliseconds