ReactOS 0.4.16-dev-424-ge4748fe
|
Go to the source code of this file.
Functions | |
static BOOL | IsTextNonZeroASCII (LPCVOID pText, DWORD dwSize) |
static ENCODING | AnalyzeEncoding (const BYTE *pBytes, DWORD dwSize) |
static VOID | ReplaceNewLines (LPWSTR pszNew, SIZE_T cchNew, LPCWSTR pszOld, SIZE_T cchOld) |
static BOOL | ProcessNewLinesAndNulls (HLOCAL *phLocal, LPWSTR *ppszText, SIZE_T *pcchText, EOLN *piEoln) |
BOOL | ReadText (HANDLE hFile, HLOCAL *phLocal, ENCODING *pencFile, EOLN *piEoln) |
static BOOL | WriteEncodedText (HANDLE hFile, LPCWSTR pszText, DWORD dwTextLen, ENCODING encFile) |
BOOL | WriteText (HANDLE hFile, LPCWSTR pszText, DWORD dwTextLen, ENCODING encFile, EOLN iEoln) |
Definition at line 27 of file text.c.
Referenced by ReadText().
Definition at line 14 of file text.c.
Referenced by AnalyzeEncoding().
|
static |
Definition at line 83 of file text.c.
Referenced by ReadText().
Definition at line 153 of file text.c.
Referenced by DoOpenFile().
Definition at line 48 of file text.c.
Referenced by ProcessNewLinesAndNulls().
|
static |
Definition at line 300 of file text.c.
Referenced by WriteText().
Definition at line 395 of file text.c.
Referenced by DoSaveFile().