|
FONTAINE 1.0
|
Functions | |
| builddir build BUILD fontaine svn39 src BasicLatinStringUtilities cpp 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 XHTMLR::addKeyValuePair(), TEXTR::addKeyValuePair(), FXHTMLR::addKeyValuePair(), main(), and TEXTR::start().
| std::string & BasicLatin::toUpperCase | ( | std::string & | s | ) |
Referenced by FXHTMLR::addKeyValuePair().
| const OrthographyData* BasicLatin::pData = &data |
Referenced by FontFace::_checkOrthographies(), and main().
| const char* BasicLatin::sentences[] |
{
"How quickly daft jumping zebras vex.",
"iPhone fanboys love quirky gadgets with just about zero functionality, maximum.",
"The quick brown fox jumps over the lazy dog.",
"Bright vixens jump; dozy fowl quack.",
"Big fjords vex quick waltz nymph.",
"Portez ce vieux whisky au juge blond qui fume .",
"Sic surgens, dux, zelotypos quam karus haberis.",
END_OF_DATA
}
{
START_RANGE_PAIR,
0x0041,0x005A,
START_RANGE_PAIR,
0x0061,0x007A,
END_OF_DATA
}
1.7.3