Home
last modified time | relevance | path

Searched refs:sIter (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/devel/icu/icu/source/test/intltest/
H A Dcitrtest.cpp873 if( sIter.getIndex(&sIter, UITER_ZERO)!=0 || in TestUCharIterator()
874 sIter.getIndex(&sIter, UITER_START)!=2 || in TestUCharIterator()
875 sIter.getIndex(&sIter, UITER_CURRENT)!=3 || in TestUCharIterator()
876 sIter.getIndex(&sIter, UITER_LIMIT)!=5 || in TestUCharIterator()
882 if( sIter.move(&sIter, 4, UITER_ZERO)!=4 || in TestUCharIterator()
883 sIter.move(&sIter, 1, UITER_START)!=3 || in TestUCharIterator()
884 sIter.move(&sIter, 3, UITER_CURRENT)!=5 || in TestUCharIterator()
885 sIter.move(&sIter, -1, UITER_LIMIT)!=4 || in TestUCharIterator()
886 sIter.move(&sIter, -5, UITER_LENGTH)!=3 || in TestUCharIterator()
887 sIter.move(&sIter, 0, UITER_CURRENT)!=sIter.getIndex(&sIter, UITER_CURRENT) || in TestUCharIterator()
[all …]
H A Dtscoll.cpp97 UCharIterator sIter, tIter; in compareUsingPartials() local
105 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials()
154 UCharIterator sIter, tIter; in doTestVariant() local
155 uiter_setString(&sIter, src, sLen); in doTestVariant()
157 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
173 UCharIterator sIter, tIter; in doTestVariant() local
175 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen); in doTestVariant()
179 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
181 sIter.move(&sIter, 0, UITER_START); in doTestVariant()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dcitrtest.cpp873 if( sIter.getIndex(&sIter, UITER_ZERO)!=0 || in TestUCharIterator()
874 sIter.getIndex(&sIter, UITER_START)!=2 || in TestUCharIterator()
875 sIter.getIndex(&sIter, UITER_CURRENT)!=3 || in TestUCharIterator()
876 sIter.getIndex(&sIter, UITER_LIMIT)!=5 || in TestUCharIterator()
882 if( sIter.move(&sIter, 4, UITER_ZERO)!=4 || in TestUCharIterator()
883 sIter.move(&sIter, 1, UITER_START)!=3 || in TestUCharIterator()
884 sIter.move(&sIter, 3, UITER_CURRENT)!=5 || in TestUCharIterator()
885 sIter.move(&sIter, -1, UITER_LIMIT)!=4 || in TestUCharIterator()
886 sIter.move(&sIter, -5, UITER_LENGTH)!=3 || in TestUCharIterator()
887 sIter.move(&sIter, 0, UITER_CURRENT)!=sIter.getIndex(&sIter, UITER_CURRENT) || in TestUCharIterator()
[all …]
H A Dtscoll.cpp97 UCharIterator sIter, tIter; in compareUsingPartials() local
105 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials()
154 UCharIterator sIter, tIter; in doTestVariant() local
155 uiter_setString(&sIter, src, sLen); in doTestVariant()
157 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
173 UCharIterator sIter, tIter; in doTestVariant() local
175 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen); in doTestVariant()
179 compareResultUTF8 = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
181 sIter.move(&sIter, 0, UITER_START); in doTestVariant()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2FileSourceLoader.cpp72 CCHAR_P sIter = sBegin; in GetBaseDir() local
73 while (sIter != szEnd) in GetBaseDir()
75 if (*sIter == '/') in GetBaseDir()
77 if (sIter != sBegin) in GetBaseDir()
79 STLW::string sTMP(sBegin, sIter); in GetBaseDir()
93 sBegin = sIter; in GetBaseDir()
95 ++sIter; in GetBaseDir()
98 STLW::string sTMP(sBegin, sIter); in GetBaseDir()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2FileSourceLoader.cpp71 CCHAR_P sIter = sBegin; in GetBaseDir() local
72 while (sIter != szEnd) in GetBaseDir()
74 if (*sIter == '/') in GetBaseDir()
76 if (sIter != sBegin) in GetBaseDir()
78 STLW::string sTMP(sBegin, sIter); in GetBaseDir()
92 sBegin = sIter; in GetBaseDir()
94 ++sIter; in GetBaseDir()
97 STLW::string sTMP(sBegin, sIter); in GetBaseDir()
/dports/devel/love5/love-0.5-0/src/liblove/
H A DConfiguration.cpp220 map<string, string>::iterator sIter; in write() local
221 for(sIter = data.begin(); sIter != data.end(); sIter++) in write()
223 file << sIter->first << " = " << sIter->second << "\n"; in write()
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkAbstractInterpolatedVelocityField.cxx154 vtkStrategyMap::iterator sIter = this->StrategyMap->find(ps); in FunctionValues() local
155 if (sIter == this->StrategyMap->end()) in FunctionValues()
169 strategy = sIter->second; in FunctionValues()
318 vtkStrategyMap::iterator sIter = this->StrategyMap->find(ps); in FindAndUpdateCell() local
319 strategy = (sIter != this->StrategyMap->end() ? sIter->second : nullptr); in FindAndUpdateCell()
350 vtkStrategyMap::iterator sIter = this->StrategyMap->find(ps); in FindAndUpdateCell() local
351 strategy = (sIter != this->StrategyMap->end() ? sIter->second : nullptr); in FindAndUpdateCell()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pacemaker/
H A Dpcmk_trans_utils.c111 GList *sIter = NULL; in find_action() local
117 for (sIter = graph->synapses; sIter != NULL; sIter = sIter->next) { in find_action()
119 synapse_t *synapse = (synapse_t *) sIter->data; in find_action()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/transition/
H A Dutils.c121 GListPtr sIter = NULL; in find_action() local
127 for (sIter = graph->synapses; sIter != NULL; sIter = sIter->next) { in find_action()
129 synapse_t *synapse = (synapse_t *) sIter->data; in find_action()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DMorseSmaleComplex.cpp608 for( ; sIter != maxSaddles.end(); sIter++) in Compute()
611 S[curIdx]->idx = sIter->second; in Compute()
614 if(V[sIter->first.first]->Value() < V[sIter->first.second]->Value() || in Compute()
615 …(V[sIter->first.first]->Value() == V[sIter->first.second]->Value() && sIter->first.first < sIter->… in Compute()
617 S[curIdx]->less = sIter->first.first; in Compute()
623 S[curIdx]->more = sIter->first.first; in Compute()
638 sIter = minSaddles.begin(); in Compute()
639 for( ; sIter != minSaddles.end(); sIter++) in Compute()
642 S[curIdx]->idx = sIter->second; in Compute()
645 if(V[sIter->first.first]->Value() > V[sIter->first.second]->Value() || in Compute()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_snippet.c465 memset(&sIter, 0, sizeof(sIter)); in fts3BestSnippet()
480 if( !sIter.aPhrase ){ in fts3BestSnippet()
483 memset(sIter.aPhrase, 0, nByte); in fts3BestSnippet()
488 sIter.pCsr = pCsr; in fts3BestSnippet()
489 sIter.iCol = iCol; in fts3BestSnippet()
490 sIter.nSnippet = nSnippet; in fts3BestSnippet()
491 sIter.nPhrase = nList; in fts3BestSnippet()
492 sIter.iCurrent = -1; in fts3BestSnippet()
497 if( sIter.aPhrase[i].pHead ){ in fts3BestSnippet()
506 while( !fts3SnippetNextCandidate(&sIter) ){ in fts3BestSnippet()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_snippet.c523 memset(&sIter, 0, sizeof(sIter)); in fts3BestSnippet()
538 if( !sIter.aPhrase ){ in fts3BestSnippet()
541 memset(sIter.aPhrase, 0, nByte); in fts3BestSnippet()
546 sIter.pCsr = pCsr; in fts3BestSnippet()
547 sIter.iCol = iCol; in fts3BestSnippet()
548 sIter.nSnippet = nSnippet; in fts3BestSnippet()
549 sIter.nPhrase = nList; in fts3BestSnippet()
550 sIter.iCurrent = -1; in fts3BestSnippet()
556 if( sIter.aPhrase[i].pHead ){ in fts3BestSnippet()
565 while( !fts3SnippetNextCandidate(&sIter) ){ in fts3BestSnippet()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_snippet.c529 memset(&sIter, 0, sizeof(sIter)); in fts3BestSnippet()
544 if( !sIter.aPhrase ){ in fts3BestSnippet()
547 memset(sIter.aPhrase, 0, nByte); in fts3BestSnippet()
552 sIter.pCsr = pCsr; in fts3BestSnippet()
553 sIter.iCol = iCol; in fts3BestSnippet()
554 sIter.nSnippet = nSnippet; in fts3BestSnippet()
555 sIter.nPhrase = nList; in fts3BestSnippet()
556 sIter.iCurrent = -1; in fts3BestSnippet()
562 if( sIter.aPhrase[i].pHead ){ in fts3BestSnippet()
571 while( !fts3SnippetNextCandidate(&sIter) ){ in fts3BestSnippet()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c529 memset(&sIter, 0, sizeof(sIter)); in fts3BestSnippet()
544 if( !sIter.aPhrase ){ in fts3BestSnippet()
547 memset(sIter.aPhrase, 0, nByte); in fts3BestSnippet()
552 sIter.pCsr = pCsr; in fts3BestSnippet()
553 sIter.iCol = iCol; in fts3BestSnippet()
554 sIter.nSnippet = nSnippet; in fts3BestSnippet()
555 sIter.nPhrase = nList; in fts3BestSnippet()
556 sIter.iCurrent = -1; in fts3BestSnippet()
562 if( sIter.aPhrase[i].pHead ){ in fts3BestSnippet()
571 while( !fts3SnippetNextCandidate(&sIter) ){ in fts3BestSnippet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c529 memset(&sIter, 0, sizeof(sIter)); in fts3BestSnippet()
544 if( !sIter.aPhrase ){ in fts3BestSnippet()
547 memset(sIter.aPhrase, 0, nByte); in fts3BestSnippet()
552 sIter.pCsr = pCsr; in fts3BestSnippet()
553 sIter.iCol = iCol; in fts3BestSnippet()
554 sIter.nSnippet = nSnippet; in fts3BestSnippet()
555 sIter.nPhrase = nList; in fts3BestSnippet()
556 sIter.iCurrent = -1; in fts3BestSnippet()
562 if( sIter.aPhrase[i].pHead ){ in fts3BestSnippet()
571 while( !fts3SnippetNextCandidate(&sIter) ){ in fts3BestSnippet()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/psm/src/
H A Dir_solver.cpp511 dbSet<dbSWire>::iterator sIter; in CreateGmat() local
512 for (sIter = swires.begin(); sIter != swires.end(); ++sIter) { in CreateGmat()
513 dbSWire* curSWire = *sIter; in CreateGmat()
545 dbSet<dbSWire>::iterator sIter; in CreateGmat() local
546 for (sIter = swires.begin(); sIter != swires.end(); ++sIter) { in CreateGmat()
547 dbSWire* curSWire = *sIter; in CreateGmat()
725 dbSet<dbSWire>::iterator sIter; in CreateGmat() local
726 for (sIter = swires.begin(); sIter != swires.end(); in CreateGmat()
727 ++sIter) { // only 1 is expected? in CreateGmat()
728 dbSWire* curSWire = *sIter; in CreateGmat()
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A Dcore.py695 sIter = self.recurse()
697 sIter = self.iter()
700 for el in list(sIter):
711 if spannedElement not in sIter:
H A Diterator.py1877 sIter = s.iter()
1878 r0 = next(sIter)
1882 sIter2 = sIter.getElementsByClass('GeneralNote') # this filter does nothing here.
1888 n0 = next(sIter)
1929 sIter = sc.recurse()
1930 p0 = next(sIter)
1933 child = sIter.childRecursiveIterator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/
H A DSubTypesSet.java160 for(Iterator<TType> sIter= s.iterator(); sIter.hasNext(); ) { in containsAll()
161 TType t= sIter.next(); in containsAll()
H A DSuperTypesSet.java158 for(Iterator<TType> sIter= s.iterator(); sIter.hasNext(); ) { in containsAll()
159 TType t= sIter.next(); in containsAll()
/dports/devel/icu/icu/source/test/cintltst/
H A Dcallcoll.c237 UCharIterator sIter, tIter; in compareUsingPartials() local
251 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
253 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials()
286 UCharIterator sIter, tIter; in doTestVariant() local
299 uiter_setString(&sIter, source, sLen); in doTestVariant()
301 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
341 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen); in doTestVariant()
343 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
346 sIter.move(&sIter, 0, UITER_START); in doTestVariant()
348 … compareResultUTF8IterNorm = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcallcoll.c237 UCharIterator sIter, tIter; in compareUsingPartials() local
251 uiter_setString(&sIter, source, sLen); in compareUsingPartials()
253 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials()
286 UCharIterator sIter, tIter; in doTestVariant() local
299 uiter_setString(&sIter, source, sLen); in doTestVariant()
301 compareResultIter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
341 uiter_setUTF8(&sIter, utf8Source, utf8SourceLen); in doTestVariant()
343 compareResultUTF8Iter = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
346 sIter.move(&sIter, 0, UITER_START); in doTestVariant()
348 … compareResultUTF8IterNorm = ucol_strcollIter(myCollation, &sIter, &tIter, &status); in doTestVariant()
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A DS3OTextureHandler.cpp30 #define TEX_TBL_UID(pIter, sIter) TEX_MAT_UID((pIter->second).texID, (sIter->second).texID) argument
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelGeometry/
H A DvtkPUnstructuredGridGhostCellsGenerator.cxx832 std::set<vtkIdType>::iterator sIter = cellsToShare.begin(); in ExtractAndSendGhostCells() local
833 for (vtkIdType i = 0; sIter != cellsToShare.end(); ++sIter, i++) in ExtractAndSendGhostCells()
835 cellIdsList->SetId(i, *sIter); in ExtractAndSendGhostCells()
1158 std::set<vtkIdType>::iterator sIter = cellIds.begin(); in FindGhostCells() local
1159 for (; sIter != cellIds.end(); ++sIter) in FindGhostCells()
1161 this->Internals->CellsToSend[toRank].erase(*sIter); in FindGhostCells()

12345678910>>...12