Searched defs:last2 (Results 1 - 9 of 9) sorted by relevance

/external/stlport/src/
H A Dnum_get.cpp39 const char * first2, const char * last2) {
40 if (first1 == last1 || first2 == last2) return true;
42 --last1; --last2;
48 if (first2 != last2) ++first2;
38 __valid_grouping(const char * first1, const char * last1, const char * first2, const char * last2) argument
/external/stlport/test/unit/
H A Dcodecvt_test.cpp466 intern_type* first2, intern_type* last2,
469 if ( (last1 - next1) < 2 || (last2 - next2) < 1 )
464 do_in(state_type& , const extern_type* first1, const extern_type* last1, const extern_type*& next1, intern_type* first2, intern_type* last2, intern_type*& next2) const argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc74 const char *last2 = last_frame2->func; local
76 if (last2 && 0 == internal_strcmp(last2, "main")) {
85 } else if (last || last2) {
/external/llvm/include/llvm/ADT/
H A Dilist.h603 iterator first2 = right.begin(), last2 = right.end(); local
604 while (first1 != last1 && first2 != last2)
612 if (first2 != last2) transfer(last1, right, first2, last2);
670 iterator first2 = this->begin(), last2 = this->end(); local
671 for ( ; first1 != last1 && first2 != last2; ++first1, ++first2)
673 if (first2 == last2)
676 insert(last1, first2, last2);
/external/openssl/apps/
H A Dca.c1864 int last2; local
1872 last2= -1;
1875 j=X509_NAME_get_index_by_OBJ(CAname,obj,last2);
1876 if ((j < 0) && (last2 == -1))
1886 last2=j;
/external/icu4c/i18n/
H A Ducol.cpp1150 int32_t last2 = last1 / medialCount; local
1155 last2 = min3Primary + last2; // offset
1157 if (last2 >= min4Primary) {
1158 throw new IllegalArgumentException("4-byte out of range: " + Utility.hex(cp) + ", " + Utility.hex(last2));
1161 return (last2 << 24) + (last1 << 16) + (last0 << 8);
1166 int32_t last2 = last1 / medialCount; local
1169 int32_t last3 = last2 / medialCount;
1170 last2 %= medialCount;
1174 last2
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 235 milliseconds