Searched refs:first2 (Results 1 - 8 of 8) 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;
45 if (*last1 != *first2)
48 if (first2 != last2) ++first2;
51 return *last1 <= *first2;
38 __valid_grouping(const char * first1, const char * last1, const char * first2, const char * last2) argument
/external/llvm/include/llvm/ADT/
H A Dilist.h619 iterator first2 = right.begin(), last2 = right.end(); local
620 while (first1 != last1 && first2 != last2)
621 if (pred(*first2, *first1)) {
622 iterator next = first2;
623 transfer(first1, right, first2, ++next);
624 first2 = next;
628 if (first2 != last2) transfer(last1, right, first2, last2);
686 iterator first2 = this->begin(), last2 = this->end(); local
687 for ( ; first1 != last1 && first2 !
[all...]
/external/stlport/test/eh/
H A Dtest_insert.h171 DstIter first2 = result.begin(); local
177 while ( first2 != result.end() )
179 EH_STD::pair<DstIter, DstIter> p = EH_STD::mismatch( first1, original.end(), first2 );
210 first2 = p.second;
/external/stlport/test/unit/
H A Dcodecvt_test.cpp466 intern_type* first2, intern_type* last2,
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
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/chromium_org/media/base/
H A Dcontainer_names.cc1593 uint32 first2 = Read16(buffer); local
1594 switch (first2) {
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local
1267 else if( !first2 && corners[i]->row == ROW2 )
1268 first2 = corners[i];
1275 first = first2;
/external/grub/docs/
H A Dtexinfo.tex1365 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
/external/bison/build-aux/
H A Dtexinfo.tex1413 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3

Completed in 1475 milliseconds