Unicode Char
|
Unicode information about a character. More...
#include "unicode_char.h"
Go to the source code of this file.
Unicode information about a character.
const BaseGeneralCategory unicode::BASE_GENERAL_CATEGORY |
The base general category data.
const BidirectionalCategory unicode::BIDIRECTIONAL_CATEGORY |
The types of bidirectional category.
const int32_t unicode::CANONICAL_COMBINING_CLASS |
The canonical combining class data.
const int32_t unicode::CANONICAL_COMBINING_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::CANONICAL_COMBINING_NUM = 536 |
The total number of indices used to store the canonical combing class.
const int32_t unicode::CODE_NUM = 33797 |
The total number of codes.
const UChar unicode::CODE_VALUE |
The integer values of the characters.
const int32_t unicode::CONTINUOUS_NUM = 887 |
The maximum offset that has a definition in the data file.
const int32_t unicode::DECOMPOSITION_MAPPING_CHARS |
The decomposition mapping characters data.
const int32_t unicode::DECOMPOSITION_MAPPING_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::DECOMPOSITION_MAPPING_NUM = 5736 |
The total number of indices used to store the decomposition mappings.
const int32_t unicode::DECOMPOSITION_MAPPING_OFFSET |
The start indices of decomposition mappings.
const DecompositionMappingTag unicode::DECOMPOSITION_MAPPING_TAG |
The decomposition mapping tags data.
const GeneralCategory unicode::GENERAL_CATEGORY |
The general category data.
const int32_t unicode::LOWER_CASE |
The lower cases data.
const int32_t unicode::LOWER_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::LOWER_NUM = 1393 |
The total number of indices used to store the lower cases.
const int32_t unicode::MIRRORED_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::MIRRORED_NUM = 227 |
The total number of indices used to store the mirrored information.
const bool unicode::MIRRORED_VALUE |
The mirrored information data.
const int32_t unicode::NUMERICS_DECIMAL |
The decimal data.
const int32_t unicode::NUMERICS_DENOMINATOR |
The denominator data.
const int32_t unicode::NUMERICS_DIGIT |
The digit data.
const int32_t unicode::NUMERICS_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::NUMERICS_NUM = 1789 |
The total number of indices used to store the numeric information.
const int64_t unicode::NUMERICS_NUMERATOR |
The numerator data.
const int32_t unicode::TITLE_CASE |
The title cases data.
const int32_t unicode::TITLE_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::TITLE_NUM = 1414 |
The total number of indices used to store the title cases.
const int32_t unicode::UPPER_CASE |
The upper cases data.
const int32_t unicode::UPPER_INDEX |
The indices of the first character that have a different type.
const int32_t unicode::UPPER_NUM = 1410 |
The total number of indices used to store the upper cases.