CharacterInfo() |
char32_t | Folding() const |
AgeId | GetAge() const |
bool | GetBinaryProperty(BinaryPropertyId binaryPropertyId) const |
BlockId | GetBlock() const |
GeneralCategoryId | GetGeneralCategory() const |
ScriptId | GetScript() const |
bool | HasGeneralCategory(GeneralCategoryId generalCategory_) const |
char32_t | Lower() const |
void | Read(BinaryReader& reader) |
void | SetAge(AgeId age_) |
void | SetBinaryPropery(BinaryPropertyId binaryPropertyId, bool value) |
void | SetBlock(BlockId block_) |
void | SetFolding(char32_t folding_) |
void | SetGeneralCategory(GeneralCategoryId generalCategory_) |
void | SetLower(char32_t lower_) |
void | SetScript(ScriptId script_) |
void | SetTitle(char32_t title_) |
void | SetUpper(char32_t upper_) |
char32_t | Title() const |
char32_t | Upper() const |
void | Write(BinaryWriter& writer) |
AgeId | age |
uint64_t | binaryProperties |
BlockId | block |
char32_t | folding |
GeneralCategoryId | generalCategory |
char32_t | lower |
ScriptId | script |
char32_t | title |
char32_t | upper |