[*PRIVATE*]This private implementation struct contains data for correct processing of Unicode characters. These data are private to this package and should not be used by clients.
Synopsis
Declared in <bslfmt_formatterunicodedata.h>
struct FormatterUnicodeData;
Types
Name |
Description |
This nested |
|
This nested |
Enums
Name |
Description |
These constants define a general type for a unicode character set. Although they do not match BDE naming conventions, the names chosen were those defined by the unicode standard. |
Static Data Members
Name |
Description |
Length of |
|
All unicode code points that are double‐width per the C++ standard [format.string.std]. |
|
Length of |
|
All unicode code points with the |
|
Length of |
|
Grapheme break category for all unicode code points. |
|
Length of |
|
All unicode code points with derived |
|
Length of |
|
All unicode code points representing printable characters. |
Created with MrDocs