MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / CharAt

Method CharAt

scintilla/src/Document.cxx:2092–2097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2090 }
2091
2092 virtual char CharAt(int index) {
2093 if (index < 0 || index >= end)
2094 return 0;
2095 else
2096 return pdoc->CharAt(index);
2097 }
2098};
2099
2100long BuiltinRegex::FindText(Document *doc, int minPos, int maxPos, const char *s,

Callers 15

LineEndMethod · 0.45
VCHomePositionMethod · 0.45
IsCrLfMethod · 0.45
LenCharMethod · 0.45
InGoodUTF8Method · 0.45
NextPositionMethod · 0.45
GetLineIndentationMethod · 0.45
GetLineIndentPositionMethod · 0.45
GetColumnMethod · 0.45
FindColumnMethod · 0.45
ConvertLineEndsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected