| 4117 | } |
| 4118 | |
| 4119 | VOID 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 | |
| 4129 | void HL_Jump_offset ( HWND hwnd, int iNewPos ) |
| 4130 | { |
no test coverage detected