Home
last modified time | relevance | path

Searched refs:strIdx (Results 1 – 25 of 66) sorted by relevance

123

/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dconfigfile.l51 static int strIdx = 0 ; variable
58 if (strIdx == strPtrLen) in strAppend()
65 strPtr [strIdx++] = ch ; in strAppend()
168 for (i = 1, strIdx = 0, sawBsl = 0 ; ; i++)
211 strPtrLen = strIdx = 0 ;
/dports/news/inn/inn-2.6.4/innfeed/
H A Dconfigfile.l43 int strIdx = 0 ; variable
50 if (strIdx == strPtrLen) in strAppend()
57 strPtr [strIdx++] = ch ; in strAppend()
159 for (i = 1, strIdx = 0, sawBsl = 0 ; ; i++)
202 strPtrLen = strIdx = 0 ;
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dconfigfile.l43 int strIdx = 0 ; variable
50 if (strIdx == strPtrLen) in strAppend()
57 strPtr [strIdx++] = ch ; in strAppend()
159 for (i = 1, strIdx = 0, sawBsl = 0 ; ; i++)
202 strPtrLen = strIdx = 0 ;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DActorCollection.actor.cpp89 state std::vector<int> strIdx; variable
95 strIdx.reserve(1e6);
107 strIdx.emplace_back(g_random->randomInt(0, strings.size()));
123 .detail("str", strings[strIdx[idx]])
139 .detail("str", strings[strIdx[idx]])
/dports/emulators/cemu/CEmu-1.3/gui/qt/tivarslib/TypeHandlers/
H A DTH_Tokenized.cpp177 for (uint16_t strIdx = 0; strIdx < (uint16_t)line.size(); strIdx++) in reindentCodeString() local
179 const auto currChar = line.substr(strIdx, 1); in reindentCodeString()
182 lines_tmp[idx] = line.substr(0, strIdx); // replace "old" line by lhs in reindentCodeString()
183 … lines_tmp.insert(lines_tmp.begin() + idx + 1, line.substr(strIdx + 1)); // inserting rhs in reindentCodeString()
/dports/devel/arduino-sevseg/SevSeg-3.7.0/
H A DSevSeg.cpp469 uint8_t strIdx = 0; // Current position within str[] in setChars() local
471 char ch = str[strIdx]; in setChars()
499 strIdx++; in setChars()
501 if (str[strIdx] == '.') { in setChars()
503 strIdx++; in setChars()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/
H A DStringReadUtil.cpp202 size_t strIdx; in ExtractStrings() local
203 for ( strIdx = 0; in ExtractStrings()
204 strIdx < iNumStringsExpected && nextStringBegin < iNumChars; in ExtractStrings()
205 ++strIdx ) in ExtractStrings()
224 StringT &thisString = oStrings[strIdx]; in ExtractStrings()
244 ABCA_ASSERT( strIdx == iNumStringsExpected, in ExtractStrings()
247 << ", but got: " << strIdx ); in ExtractStrings()
/dports/devel/icu/icu/source/test/intltest/
H A Drbbimonkeytest.cpp452 int32_t strIdx = 0; in set() local
455 while (strIdx < fString.length()) { in set()
469 if (rule->fRuleMatcher->lookingAt(strIdx, status)) { in set()
488 __FILE__, __LINE__, strIdx); in set()
489 dump(strIdx); in set()
528 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status); in set()
533 strIdx = fString.moveIndex32(matchEnd, -1); in set()
535 if (strIdx == matchStart) { in set()
830 int strIdx = fRandomGenerator() % stringLen; in testIsBoundaryRandom() local
831 if (fTestData->fExpectedBreaks.charAt(strIdx) != fBI->isBoundary(strIdx)) { in testIsBoundaryRandom()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Drbbimonkeytest.cpp452 int32_t strIdx = 0; in set() local
455 while (strIdx < fString.length()) { in set()
469 if (rule->fRuleMatcher->lookingAt(strIdx, status)) { in set()
488 __FILE__, __LINE__, strIdx); in set()
489 dump(strIdx); in set()
528 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status); in set()
533 strIdx = fString.moveIndex32(matchEnd, -1); in set()
535 if (strIdx == matchStart) { in set()
830 int strIdx = fRandomGenerator() % stringLen; in testIsBoundaryRandom() local
831 if (fTestData->fExpectedBreaks.charAt(strIdx) != fBI->isBoundary(strIdx)) { in testIsBoundaryRandom()
[all …]
/dports/devel/icu/icu/source/test/cintltst/
H A Dcldrtest.c750 int32_t strIdx; in findStringSetMismatch() local
760 for (strIdx = 0; strIdx < langSize;) { in findStringSetMismatch()
762 U16_NEXT(string, strIdx, langSize, testChar); in findStringSetMismatch()
771 return strIdx; in findStringSetMismatch()
963 int32_t strIdx; in VerifyTranslation() local
971 if (strIdx >= 0) { in VerifyTranslation()
973 currLoc, strIdx, badChar); in VerifyTranslation()
1013 if ( strIdx >= 0 ) { in VerifyTranslation()
1015 currLoc, idx, strIdx, badChar); in VerifyTranslation()
1046 if (strIdx >= 0) { in VerifyTranslation()
[all …]
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcldrtest.c750 int32_t strIdx; in findStringSetMismatch() local
760 for (strIdx = 0; strIdx < langSize;) { in findStringSetMismatch()
762 U16_NEXT(string, strIdx, langSize, testChar); in findStringSetMismatch()
771 return strIdx; in findStringSetMismatch()
963 int32_t strIdx; in VerifyTranslation() local
971 if (strIdx >= 0) { in VerifyTranslation()
973 currLoc, strIdx, badChar); in VerifyTranslation()
1013 if ( strIdx >= 0 ) { in VerifyTranslation()
1015 currLoc, idx, strIdx, badChar); in VerifyTranslation()
1046 if (strIdx >= 0) { in VerifyTranslation()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DU1AnnotationUtils.cpp186 int strIdx = startFrom; in findCaseRegion() local
190 while (!foundStart && strIdx < dataLen) { in findCaseRegion()
191 QChar c(data[strIdx]); in findCaseRegion()
197 strIdx++; in findCaseRegion()
201 int startPos = globalOffset + strIdx - 1; in findCaseRegion()
205 while (!foundEnd && strIdx < dataLen) { in findCaseRegion()
206 QChar c(data[strIdx]); in findCaseRegion()
212 strIdx++; in findCaseRegion()
216 endPos = globalOffset + strIdx - 2; in findCaseRegion()
218 endPos = globalOffset + strIdx - 1; in findCaseRegion()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session/
H A Drest.go104 strIdx := len(str) - 1
107 } else if str[0] == '"' && str[strIdx] == '"' {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session/
H A Drest.go104 strIdx := len(str) - 1
107 } else if str[0] == '"' && str[strIdx] == '"' {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session/
H A Drest.go104 strIdx := len(str) - 1
107 } else if str[0] == '"' && str[strIdx] == '"' {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session/
H A Drest.go104 strIdx := len(str) - 1
107 } else if str[0] == '"' && str[strIdx] == '"' {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session/
H A Drest.go104 strIdx := len(str) - 1
107 } else if str[0] == '"' && str[strIdx] == '"' {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/softlayer/vendor/github.com/softlayer/softlayer-go/session/
H A Drest.go104 strIdx := len(str) - 1
107 } else if str[0] == '"' && str[strIdx] == '"' {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/
H A Dobjects.go659 if strIdx, _ := ToString(index); strIdx != "value" {
936 strIdx, ok := ToString(index)
941 res, ok = o.Value[strIdx]
1239 strIdx, ok := ToString(index)
1244 res, ok = o.Value[strIdx]
1253 strIdx, ok := ToString(index)
1258 o.Value[strIdx] = value
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/tinylib/msgp/_generated/
H A Derrorwrap_test.go50 strIdx int member
56 if o.strIdx == o.dodgifyString {
61 o.strIdx++
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/tinylib/msgp/_generated/
H A Derrorwrap_test.go50 strIdx int member
56 if o.strIdx == o.dodgifyString {
61 o.strIdx++
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/tinylib/msgp/_generated/
H A Derrorwrap_test.go50 strIdx int member
56 if o.strIdx == o.dodgifyString {
61 o.strIdx++
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DFBXMeshGeometry.cpp563 …const char * strIdx = source.Elements().count( "Tangents" ) > 0 ? TangentsIndexToken.c_str() : Tan… in ReadVertexDataTangents() local
566 strIdx, in ReadVertexDataTangents()
582 …const char * strIdx = source.Elements().count( "Binormals" ) > 0 ? BinormalsIndexToken.c_str() : B… in ReadVertexDataBinormals() local
585 strIdx, in ReadVertexDataBinormals()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DFBXMeshGeometry.cpp563 …const char * strIdx = source.Elements().count( "Tangents" ) > 0 ? TangentsIndexToken.c_str() : Tan… in ReadVertexDataTangents() local
566 strIdx, in ReadVertexDataTangents()
582 …const char * strIdx = source.Elements().count( "Binormals" ) > 0 ? BinormalsIndexToken.c_str() : B… in ReadVertexDataBinormals() local
585 strIdx, in ReadVertexDataBinormals()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/FBX/
H A DFBXMeshGeometry.cpp577 …const char * strIdx = source.Elements().count( "Tangents" ) > 0 ? TangentsIndexToken : TangentInde… in ReadVertexDataTangents() local
580 strIdx, in ReadVertexDataTangents()
596 …const char * strIdx = source.Elements().count( "Binormals" ) > 0 ? BinormalsIndexToken.c_str() : B… in ReadVertexDataBinormals() local
599 strIdx, in ReadVertexDataBinormals()

123