[*PRIVATE*]Characterizes a Unicode grapheme cluster.
Synopsis
Declared in <bslfmt_formatterstring.h>
class FormatterString_GraphemeCluster;
Description
[*PRIVATE*]This private implementation class characterizes a grapheme cluster represented by a set of integral values. This class is private to this component and should not be used by clients.
Member Functions
Name |
Description |
|
Create an uninitialized cluster object (that is not valid). |
Extract a grapheme cluster into this object from an encoded byte stream. |
|
Return the value of the first code point in this cluster. |
|
Return the width of the first code point in this cluster. |
|
Return |
|
Return the number of code points this cluster contains. |
|
Return the number of bytes occupied by this cluster. |
|
Reset this object to an uninitialized state. |
Created with MrDocs