|
|
@@ -348,6 +348,7 @@ typedef enum ucd_property_ |
|
|
|
UCD_PROPERTY_NONCHARACTER_CODE_POINT = 0x00010000, /**< @brief Noncharacter_Code_Point */ |
|
|
|
UCD_PROPERTY_OTHER_GRAPHEME_EXTEND = 0x00020000, /**< @brief Other_Grapheme_Extend */ |
|
|
|
UCD_PROPERTY_IDS_BINARY_OPERATOR = 0x00040000, /**< @brief IDS_Binary_Operator */ |
|
|
|
UCD_PROPERTY_IDS_TRINARY_OPERATOR = 0x00080000, /**< @brief IDS_Trinary_Operator */ |
|
|
|
} ucd_property; |
|
|
|
|
|
|
|
/** @brief Return the properties of the specified codepoint. |
|
|
@@ -826,6 +827,7 @@ namespace ucd |
|
|
|
Noncharacter_Code_Point = UCD_PROPERTY_NONCHARACTER_CODE_POINT, /**< @brief Noncharacter_Code_Point */ |
|
|
|
Other_Grapheme_Extend = UCD_PROPERTY_OTHER_GRAPHEME_EXTEND, /**< @brief Other_Grapheme_Extend */ |
|
|
|
IDS_Binary_Operator = UCD_PROPERTY_IDS_BINARY_OPERATOR, /**< @brief IDS_Binary_Operator */ |
|
|
|
IDS_Trinary_Operator = UCD_PROPERTY_IDS_TRINARY_OPERATOR, /**< @brief IDS_Trinary_Operator */ |
|
|
|
}; |
|
|
|
|
|
|
|
/** @brief Return the properties of the specified codepoint. |