#include "names.h"#include "BuffDoc.h"#include "config.h"#include "CDrawBuffer.h"#include "ZText.h"#include "ebookcodec.h"Include dependency graph for BuffDoc.cpp:

Go to the source code of this file.
Defines | |
| #define | NEWLINEBREAK |
| #define | INCREMENTALWIDTH |
Functions | |
| static bool | isletter (unsigned short c) |
| static bool | isvowel (unsigned short c) |
| bool | isconsonant (unsigned short c) |
|
|
Definition at line 4 of file BuffDoc.cpp. |
|
|
Definition at line 3 of file BuffDoc.cpp. |
|
|
Definition at line 136 of file BuffDoc.cpp. References isletter(), and isvowel(). Referenced by BuffDoc::getline(). |
|
|
Definition at line 75 of file BuffDoc.cpp. Referenced by BuffDoc::getline(), and isconsonant(). |
|
|
Definition at line 84 of file BuffDoc.cpp. Referenced by BuffDoc::getline(), and isconsonant(). |
1.4.2