dius 0.1.0
|
#include <generic/dius/unicode/grapheme_cluster.h>
Public Member Functions | |
auto | is_boundary (c32 code_point) -> bool |
Determine if there is a grapheme boundary between the previous character. | |
auto dius::unicode::GraphemeClusterer::is_boundary | ( | c32 | code_point | ) | -> bool |
Determine if there is a grapheme boundary between the previous character.
code_point | The next code point in the Unicode string |
This includes the first time the cluster is called, as there is always a break between the start of text and end of text "virtual" tokens.