u5e
UnicodeTextC++Library
Static Public Member Functions | List of all members
u5e::props::canonical_composition_mapping Class Reference

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)
 

Detailed Description

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.

Member Function Documentation

static bool u5e::props::canonical_composition_mapping::resolve ( int  a,
int  b,
int *  r_composed 
)
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.

Parameters
athe first codepoint in the decomposed pair
bthe second codepoint in the decomposed pair
r_composedthe pointer where the composed codepoint will be set if the return is true.

The documentation for this class was generated from the following file: