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

Function HL_Adjust_offset

src/Edit.c:4119–4127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4117}
4118
4119VOID HL_Adjust_offset ( int *pos , BOOL in )
4120{
4121#ifdef _DEBUG
4122 HL_Trace ( "UTF8 %d" , mEncoding[iEncoding].uFlags & NCP_UTF8 );
4123 HL_Trace ( "8Bit %d" , mEncoding[iEncoding].uFlags & NCP_8BIT );
4124 HL_Trace ( "UNicode %d" , mEncoding[iEncoding].uFlags & NCP_UNICODE );
4125 HL_Trace ( "offset is %d" , *pos );
4126#endif
4127}
4128
4129void HL_Jump_offset ( HWND hwnd, int iNewPos )
4130{

Callers 2

HL_Jump_offsetFunction · 0.85
HL_Get_offsetFunction · 0.85

Calls 1

HL_TraceFunction · 0.85

Tested by

no test coverage detected