ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XDecomposed Struct Reference

#include <ICU4XDecomposed.hpp>

Public Attributes

char32_t first
 
char32_t second
 

Detailed Description

The outcome of non-recursive canonical decomposition of a character. second will be NUL when the decomposition expands to a single character (which may or may not be the original one)

See the Rust documentation for Decomposed for more information.

Member Data Documentation

◆ first

char32_t ICU4XDecomposed::first

◆ second

char32_t ICU4XDecomposed::second

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