u5e
UnicodeTextC++Library
|
Derived property for canonical composition. More...
#include <u5e/props/canonical_composition_mapping.hpp>
Static Public Member Functions | |
static bool | resolve (int a, int b, int *r_composed) |
Derived property for canonical composition.
This has the fully resolved canonical composition for characters, including the composition exclusions specified in the standard.
Definition at line 16 of file canonical_composition_mapping.hpp.
|
static |
Given a pair of input codepoints a and b returns whether or not that pair has a canonical composition. The composed codepoint is returned via the r_composed pointer if that is the case.
a | the first codepoint in the decomposed pair |
b | the second codepoint in the decomposed pair |
r_composed | the pointer where the composed codepoint will be set if the return is true. |