|
ICU4X
International Components for Unicode
|
#include <JoiningGroup.d.hpp>
Public Member Functions | |
| JoiningGroup () | |
| constexpr | JoiningGroup (Value v) |
| constexpr | operator Value () const |
| operator bool () const =delete | |
| std::optional< std::string_view > | long_name () const |
| std::optional< std::string_view > | short_name () const |
| uint8_t | to_integer_value () const |
Static Public Member Functions | |
| static icu4x::JoiningGroup | for_char (char32_t ch) |
| static std::optional< icu4x::JoiningGroup > | from_integer_value (uint8_t other) |
| static std::optional< icu4x::JoiningGroup > | try_from_str (std::string_view s) |
See the Rust documentation for JoiningGroup for more information.
| Enumerator | |
|---|---|
| NoJoiningGroup | See the Rust documentation for |
| Ain | See the Rust documentation for |
| Alaph | See the Rust documentation for |
| Alef | See the Rust documentation for |
| Beh | See the Rust documentation for |
| Beth | See the Rust documentation for |
| Dal | See the Rust documentation for |
| DalathRish | See the Rust documentation for |
| E | See the Rust documentation for |
| Feh | See the Rust documentation for |
| FinalSemkath | See the Rust documentation for |
| Gaf | See the Rust documentation for |
| Gamal | See the Rust documentation for |
| Hah | See the Rust documentation for |
| TehMarbutaGoal | See the Rust documentation for |
| He | See the Rust documentation for |
| Heh | See the Rust documentation for |
| HehGoal | See the Rust documentation for |
| Heth | See the Rust documentation for |
| Kaf | See the Rust documentation for |
| Kaph | See the Rust documentation for |
| KnottedHeh | See the Rust documentation for |
| Lam | See the Rust documentation for |
| Lamadh | See the Rust documentation for |
| Meem | See the Rust documentation for |
| Mim | See the Rust documentation for |
| Noon | See the Rust documentation for |
| Nun | See the Rust documentation for |
| Pe | See the Rust documentation for |
| Qaf | See the Rust documentation for |
| Qaph | See the Rust documentation for |
| Reh | See the Rust documentation for |
| ReversedPe | See the Rust documentation for |
| Sad | See the Rust documentation for |
| Sadhe | See the Rust documentation for |
| Seen | See the Rust documentation for |
| Semkath | See the Rust documentation for |
| Shin | See the Rust documentation for |
| SwashKaf | See the Rust documentation for |
| SyriacWaw | See the Rust documentation for |
| Tah | See the Rust documentation for |
| Taw | See the Rust documentation for |
| TehMarbuta | See the Rust documentation for |
| Teth | See the Rust documentation for |
| Waw | See the Rust documentation for |
| Yeh | See the Rust documentation for |
| YehBarree | See the Rust documentation for |
| YehWithTail | See the Rust documentation for |
| Yudh | See the Rust documentation for |
| YudhHe | See the Rust documentation for |
| Zain | See the Rust documentation for |
| Fe | See the Rust documentation for |
| Khaph | See the Rust documentation for |
| Zhain | See the Rust documentation for |
| BurushaskiYehBarree | See the Rust documentation for |
| FarsiYeh | See the Rust documentation for |
| Nya | See the Rust documentation for |
| RohingyaYeh | See the Rust documentation for |
| ManichaeanAleph | See the Rust documentation for |
| ManichaeanAyin | See the Rust documentation for |
| ManichaeanBeth | See the Rust documentation for |
| ManichaeanDaleth | See the Rust documentation for |
| ManichaeanDhamedh | See the Rust documentation for |
| ManichaeanFive | See the Rust documentation for |
| ManichaeanGimel | See the Rust documentation for |
| ManichaeanHeth | See the Rust documentation for |
| ManichaeanHundred | See the Rust documentation for |
| ManichaeanKaph | See the Rust documentation for |
| ManichaeanLamedh | See the Rust documentation for |
| ManichaeanMem | See the Rust documentation for |
| ManichaeanNun | See the Rust documentation for |
| ManichaeanOne | See the Rust documentation for |
| ManichaeanPe | See the Rust documentation for |
| ManichaeanQoph | See the Rust documentation for |
| ManichaeanResh | See the Rust documentation for |
| ManichaeanSadhe | See the Rust documentation for |
| ManichaeanSamekh | See the Rust documentation for |
| ManichaeanTaw | See the Rust documentation for |
| ManichaeanTen | See the Rust documentation for |
| ManichaeanTeth | See the Rust documentation for |
| ManichaeanThamedh | See the Rust documentation for |
| ManichaeanTwenty | See the Rust documentation for |
| ManichaeanWaw | See the Rust documentation for |
| ManichaeanYodh | See the Rust documentation for |
| ManichaeanZayin | See the Rust documentation for |
| StraightWaw | See the Rust documentation for |
| AfricanFeh | See the Rust documentation for |
| AfricanNoon | See the Rust documentation for |
| AfricanQaf | See the Rust documentation for |
| MalayalamBha | See the Rust documentation for |
| MalayalamJa | See the Rust documentation for |
| MalayalamLla | See the Rust documentation for |
| MalayalamLlla | See the Rust documentation for |
| MalayalamNga | See the Rust documentation for |
| MalayalamNna | See the Rust documentation for |
| MalayalamNnna | See the Rust documentation for |
| MalayalamNya | See the Rust documentation for |
| MalayalamRa | See the Rust documentation for |
| MalayalamSsa | See the Rust documentation for |
| MalayalamTta | See the Rust documentation for |
| HanifiRohingyaKinnaYa | See the Rust documentation for |
| HanifiRohingyaPa | See the Rust documentation for |
| ThinYeh | See the Rust documentation for |
| VerticalTail | See the Rust documentation for |
| KashmiriYeh | See the Rust documentation for |
| ThinNoon | See the Rust documentation for |
|
inline |
|
inlineconstexpr |
|
inlinestatic |
See the Rust documentation for for_char for more information.
|
inlinestatic |
Convert from an integer value from ICU4C or CodePointMapData
See the Rust documentation for from_icu4c_value for more information.
|
inline |
Get the "long" name of this property value (returns empty if property value is unknown)
See the Rust documentation for get for more information.
|
explicitdelete |
|
inlineconstexpr |
|
inline |
Get the "short" name of this property value (returns empty if property value is unknown)
See the Rust documentation for get for more information.
|
inline |
Convert to an integer value usable with ICU4C and CodePointMapData
See the Rust documentation for to_icu4c_value for more information.
|
inlinestatic |