Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (richedit) |
| static int | ME_GetOptimalBuffer (int nLen) |
| static ME_String * | ME_MakeStringB (int nMaxChars) |
| ME_String * | ME_MakeStringN (LPCWSTR szText, int nMaxChars) |
| ME_String * | ME_MakeStringR (WCHAR cRepeat, int nMaxChars) |
| ME_String * | ME_StrDup (const ME_String *s) |
| void | ME_DestroyString (ME_String *s) |
| void | ME_AppendString (ME_String *s1, const ME_String *s2) |
| ME_String * | ME_VSplitString (ME_String *orig, int charidx) |
| int | ME_IsWhitespaces (const ME_String *s) |
| int | ME_IsSplitable (const ME_String *s) |
| void | ME_StrDeleteV (ME_String *s, int nVChar, int nChars) |
| int | ME_FindNonWhitespaceV (const ME_String *s, int nVChar) |
| int | ME_ReverseFindNonWhitespaceV (const ME_String *s, int nVChar) |
| int | ME_ReverseFindWhitespaceV (const ME_String *s, int nVChar) |
| static int | ME_WordBreakProc (LPWSTR s, INT start, INT len, INT code) |
| int | ME_CallWordBreakProc (ME_TextEditor *editor, ME_String *str, INT start, INT code) |
| LPWSTR | ME_ToUnicode (BOOL unicode, LPVOID psz) |
| void | ME_EndToUnicode (BOOL unicode, LPVOID psz) |