ICU4X
International Components for Unicode
|
#include <GeneralCategoryNameToGroupMapper.d.hpp>
Public Member Functions | |
icu4x::GeneralCategoryGroup | get_strict (std::string_view name) const |
icu4x::GeneralCategoryGroup | get_loose (std::string_view name) const |
Static Public Member Functions | |
static std::unique_ptr< icu4x::GeneralCategoryNameToGroupMapper > | create () |
static diplomat::result< std::unique_ptr< icu4x::GeneralCategoryNameToGroupMapper >, icu4x::DataError > | create_with_provider (const icu4x::DataProvider &provider) |
static void | operator delete (void *ptr) |
A type capable of looking up General Category Group values from a string name.
See the Rust documentation for PropertyParser
for more information.
See the Rust documentation for GeneralCategory
for more information.
|
inlinestatic |
Create a name-to-mask mapper for the General_Category
property, using compiled data.
See the Rust documentation for GeneralCategoryGroup
for more information.
|
inlinestatic |
Create a name-to-mask mapper for the General_Category
property, using a particular data source.
See the Rust documentation for GeneralCategoryGroup
for more information.
|
inline |
Get the mask value matching the given name, using loose matching
Returns 0 if the name is unknown for this property
See the Rust documentation for get_loose
for more information.
|
inline |
Get the mask value matching the given name, using strict matching
Returns 0 if the name is unknown for this property
See the Rust documentation for get_strict
for more information.
|
inlinestatic |