Searched refs:GetStartSegment (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DStyleContext.cxx33 getRange(styler.GetStartSegment(), currentPos - 1, styler, s, len);
50 getRangeLowered(styler.GetStartSegment(), currentPos - 1, styler, s, len);
H A DDocumentAccessor.h62 unsigned int GetStartSegment() { return startSeg; } function in class:DocumentAccessor
H A DLexMSSQL.cxx166 stateTmp = classifyWordSQL(styler.GetStartSegment(), i - 1, keywordlists, styler, state, prevState);
183 classifyWordSQL(styler.GetStartSegment(), i - 1, keywordlists, styler, state, prevState);
235 if (((i > (styler.GetStartSegment() + 2)) || ((initStyle == SCE_MSSQL_COMMENT) &&
236 (styler.GetStartSegment() == startPos)))) {
H A DLexPascal.cxx192 int lStateChange = classifyWordPascal(styler.GetStartSegment(), i - 1, keywordlists, styler, bInClassDefinition, bInAsm);
244 if (((i > styler.GetStartSegment() + 2) || (
246 (styler.GetStartSegment() == static_cast<unsigned int>(startPos))))) {
H A DLexBash.cxx284 classifyWordBash(styler.GetStartSegment(), i, keywords, styler);
357 numBase = getBashNumberBase(styler.GetStartSegment(), i - 1, styler);
404 classifyWordBash(styler.GetStartSegment(), i, keywords, styler);
543 && i == (styler.GetStartSegment() + 1)) {
H A DStyleContext.h104 return currentPos - styler.GetStartSegment();
H A DLexHTML.cxx696 i += PrintScriptingIndicatorOffset(styler, styler.GetStartSegment() + 2, i + 10);
790 styler.GetStartSegment(), i - 1, aspScript);
795 classifyWordHTJS(styler.GetStartSegment(), i - 1, keywords2, styler, inScriptType);
798 classifyWordHTVB(styler.GetStartSegment(), i - 1, keywords3, styler, inScriptType);
801 classifyWordHTPy(styler.GetStartSegment(), i - 1, keywords4, styler, prevWord, inScriptType);
804 classifyWordHTPHP(styler.GetStartSegment(), i - 1, keywords5, styler);
902 if (isWordHSGML(styler.GetStartSegment(), i - 1, keywords6, styler)) {
1016 int eClass = classifyTagHTML(styler.GetStartSegment(),
1070 clientScript = segIsScriptingIndicator(styler, styler.GetStartSegment(), i - 1, scriptLanguage);
1075 classifyAttribHTML(styler.GetStartSegment(),
[all...]
H A DLexRuby.cxx936 || followsDot(styler.GetStartSegment(), styler))) {
955 int wordStartPos = styler.GetStartSegment();
1213 (void) ClassifyWordRb(styler.GetStartSegment(), lengthDoc - 1, keywords, styler, prevWord);
H A DLexPerl.cxx351 if (!isPerlKeyword(styler.GetStartSegment(), kw, keywords, styler)) {
417 (isMatch(styler, lengthDoc, styler.GetStartSegment(), "__DATA__")
418 || isMatch(styler, lengthDoc, styler.GetStartSegment(), "__END__"))) {
959 if (i == (styler.GetStartSegment() + 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DWindowAccessor.h52 unsigned int GetStartSegment() { return startSeg; } function in class:WindowAccessor
H A DAccessor.h73 virtual unsigned int GetStartSegment()=0;

Completed in 80 milliseconds