Home
last modified time | relevance | path

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

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/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/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/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/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/www/firefox-esr/firefox-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/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/textproc/R-cran-stringi/stringi/src/icu69/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/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Duspoof_impl.cpp269 const char *locEnd = NULL; in setAllowedLocales() local
275 locEnd = uprv_strchr(locStart, ','); in setAllowedLocales()
276 if (locEnd == NULL) { in setAllowedLocales()
277 locEnd = localesListEnd; in setAllowedLocales()
282 const char *trimmedEnd = locEnd-1; in setAllowedLocales()
300 locStart = locEnd + 1; in setAllowedLocales()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/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/www/firefox/firefox-99.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/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/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/www/chromium-legacy/chromium-88.0.4324.182/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/www/firefox-legacy/firefox-52.8.0esr/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/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/www/node10/node-v10.24.1/deps/icu-small/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/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/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/cajun/json/
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);
H A Dreader.h96 Reader::Location locEnd; member
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/cajun/
H A Dreader.h75 Reader::Location locEnd; member

123