FONTAINE  1.0
Functions | Variables
BasicLatin Namespace Reference

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 OrthographyDatapData = &data
 

Function Documentation

◆ capitalize()

std::string & BasicLatin::capitalize ( std::string &  s)

Referenced by main().

◆ escapeASCIIDoubleQuote()

std::string & BasicLatin::escapeASCIIDoubleQuote ( std::string &  s)

Referenced by JSONR::addKeyValuePair().

◆ segmentize()

std::string & BasicLatin::segmentize ( std::string &  s)

◆ toUpperCase()

std::string & BasicLatin::toUpperCase ( std::string &  s)

Variable Documentation

◆ data

OrthographyData BasicLatin::data
Initial value:
={
"Basic Latin",
"Basic Latin",
0x0041,
"AaBbCcGgQqRrSsZz",
}
UINT32 values[]
Definition: BasicLatin.h:27
const char * sentences[]
Definition: BasicLatin.h:38

◆ pData

const OrthographyData* BasicLatin::pData = &data

◆ sentences

const char* BasicLatin::sentences[]
Initial value:
={
"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.",
}
#define END_OF_DATA
Definition: OrthographyData.h:23

◆ values

UINT32 BasicLatin::values[]
Initial value:
={
0x0041,0x005A,
0x0061,0x007A,
}
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
#define END_OF_DATA
Definition: OrthographyData.h:23