Home
last modified time | relevance | path

Searched refs:startCharPos (Results 1 – 10 of 10) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclangcompletionassistprocessor.cpp486 int startCharPos = sel.indexOf(QLatin1Char('"')); in completeInclude() local
487 if (startCharPos == -1) { in completeInclude()
488 startCharPos = sel.indexOf(QLatin1Char('<')); in completeInclude()
493 if (startCharPos != -1) in completeInclude()
494 directoryPrefix = sel.mid(startCharPos + 1, sel.length() - 1); in completeInclude()
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/Scanner/
H A DPragma.oh40 OOC_INT32 startCharPos;
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsStandardURL.cpp2657 const char *thisIndex, *thatIndex, *startCharPos; in GetCommonBaseSpec() local
2658 startCharPos = mSpec.get() + mDirectory.mPos; in GetCommonBaseSpec()
2659 thisIndex = startCharPos; in GetCommonBaseSpec()
2669 while ((thisIndex != startCharPos) && (*(thisIndex - 1) != '/')) { in GetCommonBaseSpec()
2704 const char *thisIndex, *thatIndex, *startCharPos; in GetRelativeSpec() local
2705 startCharPos = mSpec.get() + mDirectory.mPos; in GetRelativeSpec()
2706 thisIndex = startCharPos; in GetRelativeSpec()
2740 while ((*(thatIndex - 1) != '/') && (thatIndex != startCharPos)) { in GetRelativeSpec()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsStandardURL.cpp2503 const char *thisIndex, *thatIndex, *startCharPos; in GetCommonBaseSpec() local
2504 startCharPos = mSpec.get() + mDirectory.mPos; in GetCommonBaseSpec()
2505 thisIndex = startCharPos; in GetCommonBaseSpec()
2515 while ((thisIndex != startCharPos) && (*(thisIndex - 1) != '/')) thisIndex--; in GetCommonBaseSpec()
2549 const char *thisIndex, *thatIndex, *startCharPos; in GetRelativeSpec() local
2550 startCharPos = mSpec.get() + mDirectory.mPos; in GetRelativeSpec()
2551 thisIndex = startCharPos; in GetRelativeSpec()
2586 while ((*(thatIndex - 1) != '/') && (thatIndex != startCharPos)) thatIndex--; in GetRelativeSpec()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsStandardURL.cpp2507 const char *thisIndex, *thatIndex, *startCharPos; in GetCommonBaseSpec() local
2508 startCharPos = mSpec.get() + mDirectory.mPos; in GetCommonBaseSpec()
2509 thisIndex = startCharPos; in GetCommonBaseSpec()
2520 while ((thisIndex != startCharPos) && (*(thisIndex-1) != '/')) in GetCommonBaseSpec()
2559 const char *thisIndex, *thatIndex, *startCharPos; in GetRelativeSpec() local
2560 startCharPos = mSpec.get() + mDirectory.mPos; in GetRelativeSpec()
2561 thisIndex = startCharPos; in GetRelativeSpec()
2601 while ((*(thatIndex-1) != '/') && (thatIndex != startCharPos)) in GetRelativeSpec()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsStandardURL.cpp2657 const char *thisIndex, *thatIndex, *startCharPos; in GetCommonBaseSpec() local
2658 startCharPos = mSpec.get() + mDirectory.mPos; in GetCommonBaseSpec()
2659 thisIndex = startCharPos; in GetCommonBaseSpec()
2669 while ((thisIndex != startCharPos) && (*(thisIndex - 1) != '/')) { in GetCommonBaseSpec()
2704 const char *thisIndex, *thatIndex, *startCharPos; in GetRelativeSpec() local
2705 startCharPos = mSpec.get() + mDirectory.mPos; in GetRelativeSpec()
2706 thisIndex = startCharPos; in GetRelativeSpec()
2740 while ((*(thatIndex - 1) != '/') && (thatIndex != startCharPos)) { in GetRelativeSpec()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsStandardURL.cpp2497 const char *thisIndex, *thatIndex, *startCharPos; in GetCommonBaseSpec() local
2498 startCharPos = mSpec.get() + mDirectory.mPos; in GetCommonBaseSpec()
2499 thisIndex = startCharPos; in GetCommonBaseSpec()
2509 while ((thisIndex != startCharPos) && (*(thisIndex - 1) != '/')) thisIndex--; in GetCommonBaseSpec()
2540 const char *thisIndex, *thatIndex, *startCharPos; in GetRelativeSpec() local
2541 startCharPos = mSpec.get() + mDirectory.mPos; in GetRelativeSpec()
2542 thisIndex = startCharPos; in GetRelativeSpec()
2576 while ((*(thatIndex - 1) != '/') && (thatIndex != startCharPos)) thatIndex--; in GetRelativeSpec()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppcompletionassist.cpp1254 int startCharPos = sel.indexOf(QLatin1Char('"')); in completeInclude() local
1255 if (startCharPos == -1) { in completeInclude()
1256 startCharPos = sel.indexOf(QLatin1Char('<')); in completeInclude()
1261 if (startCharPos != -1) in completeInclude()
1262 directoryPrefix = sel.mid(startCharPos + 1, sel.length() - 1); in completeInclude()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsStandardURL.cpp2749 const char *thisIndex, *thatIndex, *startCharPos; in GetCommonBaseSpec() local
2750 startCharPos = mSpec.get() + mDirectory.mPos; in GetCommonBaseSpec()
2751 thisIndex = startCharPos; in GetCommonBaseSpec()
2761 while ((thisIndex != startCharPos) && (*(thisIndex - 1) != '/')) { in GetCommonBaseSpec()
2796 const char *thisIndex, *thatIndex, *startCharPos; in GetRelativeSpec() local
2797 startCharPos = mSpec.get() + mDirectory.mPos; in GetRelativeSpec()
2798 thisIndex = startCharPos; in GetRelativeSpec()
2832 while ((*(thatIndex - 1) != '/') && (thatIndex != startCharPos)) { in GetRelativeSpec()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/Scanner/
H A DPragma.Mod69 startCharPos, startAbsPos: InputBuffer.CharPos;
676 state. builder. AddSymbol (Symbol.pragma, state. startCharPos, cend,
696 state. startCharPos := cstart;