Home
last modified time | relevance | path

Searched refs:locEnd (Results 1 – 25 of 53) sorted by path

123

/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/input/
H A Dmeshset.c189 double locStart = 0.0, locEnd; in MESHcheck() local
195 locEnd = locStart; in MESHcheck()
212 locEnd = locStart; in MESHcheck()
219 locEnd = locStart + card->MESHwidth; in MESHcheck()
222 locEnd = card->MESHlocation; in MESHcheck()
223 if (cardNum == 1) locStart = locEnd; in MESHcheck()
226 locEnd = locStart + card->MESHwidth; in MESHcheck()
239 locStart = locEnd; in MESHcheck()
296 card->MESHlocEnd = locEnd; in MESHcheck()
300 locStart = locEnd; in MESHcheck()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Duspoof_impl.cpp268 const char *locEnd = NULL; in setAllowedLocales() local
274 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
275 if (locEnd == NULL) { in setAllowedLocales()
276 locEnd = localesListEnd; in setAllowedLocales()
281 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
299 locStart = locEnd + 1; in setAllowedLocales()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DEditor.cxx5040 Point locEnd = LocationFromPosition(pos); in PointInSelection() local
5041 if (pt.x > locEnd.x) { in PointInSelection()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Language/Haskell/TH/
H A DLens.hs43 , locEnd
777 locEnd :: Lens' Loc CharPos
778 locEnd = lens loc_end function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Language/Haskell/TH/
H A DLens.hs44 , locEnd
751 locEnd :: Lens' Loc CharPos
752 locEnd = lens loc_end function
/dports/devel/icu-lx/icu/source/i18n/
H A Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/dports/devel/icu/icu/source/i18n/
H A Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/dports/devel/py-cppheaderparser/CppHeaderParser-2.7.4/CppHeaderParser/
H A DCppHeaderParser.py2170 locEnd = None
2184 locEnd = i + 1
2190 if locEnd:
2192 match_str = headerFileStr[locStart:locEnd]
2195 … headerFileStr = headerFileStr.replace(headerFileStr[locStart:locEnd], "\n"*num_newlines)
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dnullptr.cxx393 SourceLocation locEnd(compat::getEndLoc(expr)); in rewriteOrWarn() local
394 while (compiler.getSourceManager().isMacroArgExpansion(locEnd)) { in rewriteOrWarn()
395 locEnd = compiler.getSourceManager() in rewriteOrWarn()
396 .getImmediateMacroCallerLoc(locEnd); in rewriteOrWarn()
399 && compiler.getSourceManager().isMacroBodyExpansion(locEnd) in rewriteOrWarn()
401 locEnd, compiler.getSourceManager(), in rewriteOrWarn()
405 locEnd = compat::getImmediateExpansionRange(compiler.getSourceManager(), locEnd).first; in rewriteOrWarn()
407 …er().getSpellingLoc(locStart), compiler.getSourceManager().getSpellingLoc(locEnd)), replacement)) { in rewriteOrWarn()
H A Dsalcall.cxx598 auto locEnd = locBegin.getLocWithOffset(8); in rewrite() local
599 if (!locEnd.isValid()) in rewrite()
602 SourceRange range(locBegin, locEnd); in rewrite()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dnullptr.cxx393 SourceLocation locEnd(compat::getEndLoc(expr)); in rewriteOrWarn() local
394 while (compiler.getSourceManager().isMacroArgExpansion(locEnd)) { in rewriteOrWarn()
395 locEnd = compiler.getSourceManager() in rewriteOrWarn()
396 .getImmediateMacroCallerLoc(locEnd); in rewriteOrWarn()
399 && compiler.getSourceManager().isMacroBodyExpansion(locEnd) in rewriteOrWarn()
401 locEnd, compiler.getSourceManager(), in rewriteOrWarn()
405 locEnd = compat::getImmediateExpansionRange(compiler.getSourceManager(), locEnd).first; in rewriteOrWarn()
407 …er().getSpellingLoc(locStart), compiler.getSourceManager().getSpellingLoc(locEnd)), replacement)) { in rewriteOrWarn()
H A Dsalcall.cxx657 auto locEnd = locBegin.getLocWithOffset(8); in rewrite() local
658 if (!locEnd.isValid()) in rewrite()
661 SourceRange range(locBegin, locEnd); in rewrite()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/cajun/json/
H A Dreader.h96 Reader::Location locEnd; member
H A Dreader.inl170 throw ParseException(sMessage, token.locBegin, token.locEnd);
283 token.locEnd = inputStream.GetLocation();
450 throw ParseException(sMessage, token.locBegin, token.locEnd);
498 throw ParseException(sMessage, tokenName.locBegin, tokenName.locEnd);
556 throw ParseException(sMessage, currentToken.locBegin, currentToken.locEnd);
601 throw ParseException(sMessage, token.locBegin, token.locEnd);
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DMapWidget.cxx1492 SGGeod locEnd; in drawILS() local
1499 SGGeodesy::direct(loc->geod(), radial, -rangeM, locEnd, az2); in drawILS()
1500 SGVec2d endCentre = project(locEnd); in drawILS()
1502 SGGeodesy::direct(loc->geod(), radial + halfBeamWidth, -rangeM * 1.1, locEnd, az2); in drawILS()
1503 SGVec2d endR = project(locEnd); in drawILS()
1505 SGGeodesy::direct(loc->geod(), radial - halfBeamWidth, -rangeM * 1.1, locEnd, az2); in drawILS()
1506 SGVec2d endL = project(locEnd); in drawILS()
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DAbcWriteJob.cpp932 std::vector< MayaLocatorWriterPtr >::iterator locIt, locEnd; in eval() local
933 locEnd = mLocatorList.end(); in eval()
934 for (locIt = mLocatorList.begin(); locIt != locEnd; locIt++) in eval()
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c1685 DmtxPixelLoc *locBeg, *locEnd; in BresLineInit() local
1703 locEnd = &loc1; in BresLineInit()
1707 locEnd = &loc0; in BresLineInit()
1709 cp = (((locEnd->X - locBeg->X) * (locInside.Y - locEnd->Y)) - in BresLineInit()
1710 ((locEnd->Y - locBeg->Y) * (locInside.X - locEnd->X))); in BresLineInit()
1719 locEnd = &loc1; in BresLineInit()
1723 locEnd = &loc0; in BresLineInit()
1725 cp = (((locEnd->X - locBeg->X) * (locInside.Y - locEnd->Y)) - in BresLineInit()
1726 ((locEnd->Y - locBeg->Y) * (locInside.X - locEnd->X))); in BresLineInit()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DEditor.cxx5045 Point locEnd = LocationFromPosition(pos); in PointInSelection() local
5046 if (pt.x > locEnd.x) { in PointInSelection()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp143 const char *locEnd = NULL; in setAllowedLocales() local
149 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
150 if (locEnd == NULL) { in setAllowedLocales()
151 locEnd = localesListEnd; in setAllowedLocales()
156 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
174 locStart = locEnd + 1; in setAllowedLocales()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Duspoof_impl.cpp131 const char *locEnd = NULL; in setAllowedLocales() local
137 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
138 if (locEnd == NULL) { in setAllowedLocales()
139 locEnd = localesListEnd; in setAllowedLocales()
144 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
162 locStart = locEnd + 1; in setAllowedLocales()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/common/cajun/
H A Dreader.cpp92 …arseException("Expected End of token stream; found " + token.sValue, token.locBegin, token.locEnd); in Read()
185 token.locEnd = inputStream.GetLocation(); in Scan()
253 throw ParseException("Unexpected token: " + token.sValue, token.locBegin, token.locEnd); in Parse()
268 …row ParseException("Duplicate object member token: " + name, tokenName.locBegin, tokenName.locEnd); in ParseObject()
327 currentToken.locBegin, currentToken.locEnd); in ParseNumber()
347 throw ParseException("Unexpected token: " + token.sValue, token.locBegin, token.locEnd); in MatchExpectedToken()
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/cajun/
H A Dreader.h75 Reader::Location locEnd; member
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Language/Haskell/TH/
H A DLens.hs44 , locEnd
751 locEnd :: Lens' Loc CharPos
752 locEnd = lens loc_end function

123