ICU4X
International Components for Unicode
|
#include <GeneralCategoryGroup.d.hpp>
Public Member Functions | |
bool | contains (icu4x::GeneralCategory val) const |
icu4x::GeneralCategoryGroup | complement () const |
icu4x::GeneralCategoryGroup | union_ (icu4x::GeneralCategoryGroup other) const |
icu4x::GeneralCategoryGroup | intersection (icu4x::GeneralCategoryGroup other) const |
Static Public Member Functions | |
static icu4x::GeneralCategoryGroup | all () |
static icu4x::GeneralCategoryGroup | empty () |
static icu4x::GeneralCategoryGroup | cased_letter () |
static icu4x::GeneralCategoryGroup | letter () |
static icu4x::GeneralCategoryGroup | mark () |
static icu4x::GeneralCategoryGroup | number () |
static icu4x::GeneralCategoryGroup | separator () |
static icu4x::GeneralCategoryGroup | other () |
static icu4x::GeneralCategoryGroup | punctuation () |
static icu4x::GeneralCategoryGroup | symbol () |
Public Attributes | |
uint32_t | mask |
A mask that is capable of representing groups of General_Category
values.
See the Rust documentation for GeneralCategoryGroup
for more information.
|
inlinestatic |
See the Rust documentation for all
for more information.
|
inlinestatic |
See the Rust documentation for CasedLetter
for more information.
|
inline |
See the Rust documentation for complement
for more information.
|
inline |
See the Rust documentation for contains
for more information.
|
inlinestatic |
See the Rust documentation for empty
for more information.
|
inline |
See the Rust documentation for intersection
for more information.
|
inlinestatic |
See the Rust documentation for Letter
for more information.
|
inlinestatic |
See the Rust documentation for Mark
for more information.
|
inlinestatic |
See the Rust documentation for Number
for more information.
|
inlinestatic |
See the Rust documentation for Letter
for more information.
|
inlinestatic |
See the Rust documentation for Punctuation
for more information.
|
inlinestatic |
See the Rust documentation for Other
for more information.
|
inlinestatic |
See the Rust documentation for Symbol
for more information.
|
inline |
See the Rust documentation for union
for more information.
uint32_t icu4x::GeneralCategoryGroup::mask |