FONTAINE
1.0
|
Functions | |
std::string & | capitalize (std::string &s) |
std::string & | segmentize (std::string &s) |
std::string & | toUpperCase (std::string &s) |
std::string & | escapeASCIIDoubleQuote (std::string &s) |
Variables | |
UINT32 | values [] |
const char * | sentences [] |
OrthographyData | data |
const OrthographyData * | pData = &data |
std::string & BasicLatin::capitalize | ( | std::string & | s) |
Referenced by main().
std::string & BasicLatin::escapeASCIIDoubleQuote | ( | std::string & | s) |
Referenced by JSONR::addKeyValuePair().
std::string & BasicLatin::segmentize | ( | std::string & | s) |
Referenced by TEXTR::addKeyValuePair(), XHTMLR::addKeyValuePair(), FXHTMLR::addKeyValuePair(), main(), and TEXTR::start().
std::string & BasicLatin::toUpperCase | ( | std::string & | s) |
Referenced by FXHTMLR::addKeyValuePair().
OrthographyData BasicLatin::data |
const OrthographyData* BasicLatin::pData = &data |
Referenced by FontFace::_checkOrthographies(), and main().
const char* BasicLatin::sentences[] |
UINT32 BasicLatin::values[] |