|
ICU4X
International Components for Unicode
|
#include <PropertyValueNameToEnumMapper.d.hpp>
Public Member Functions | |
| int16_t | get_strict (std::string_view name) const |
| int16_t | get_loose (std::string_view name) const |
A type capable of looking up a property value from a string name.
See the Rust documentation for PropertyParser for more information.
See the Rust documentation for PropertyParserBorrowed for more information.
See the Rust documentation for new for more information.
|
inlinestatic |
Create a name-to-enum mapper for the BidiClass property, using compiled data.
See the Rust documentation for BidiClass for more information.
|
inlinestatic |
Create a name-to-enum mapper for the BidiClass property, using a particular data source.
See the Rust documentation for BidiClass for more information.
|
inlinestatic |
Create a name-to-enum mapper for the CanonicalCombiningClass property, using compiled data.
See the Rust documentation for CanonicalCombiningClass for more information.
|
inlinestatic |
Create a name-to-enum mapper for the CanonicalCombiningClass property, using a particular data source.
See the Rust documentation for CanonicalCombiningClass for more information.
|
inlinestatic |
Create a name-to-enum mapper for the EastAsianWidth property, using compiled data.
See the Rust documentation for EastAsianWidth for more information.
|
inlinestatic |
Create a name-to-enum mapper for the EastAsianWidth property, using a particular data source.
See the Rust documentation for EastAsianWidth for more information.
|
inlinestatic |
Create a name-to-enum mapper for the GeneralCategory property, using compiled data.
See the Rust documentation for GeneralCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the GeneralCategory property, using a particular data source.
See the Rust documentation for GeneralCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the GraphemeClusterBreak property, using compiled data.
See the Rust documentation for GraphemeClusterBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the GraphemeClusterBreak property, using a particular data source.
See the Rust documentation for GraphemeClusterBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the HangulSyllableType property, using compiled data.
See the Rust documentation for HangulSyllableType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the HangulSyllableType property, using a particular data source.
See the Rust documentation for HangulSyllableType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the IndicConjunctBreak property, using compiled data.
See the Rust documentation for IndicConjunctBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the IndicConjunctBreak property, using a particular data source.
See the Rust documentation for IndicConjunctBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the IndicSyllabicCategory property, using compiled data.
See the Rust documentation for IndicSyllabicCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the IndicSyllabicCategory property, using a particular data source.
See the Rust documentation for IndicSyllabicCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the JoiningGroup property, using compiled data.
See the Rust documentation for JoiningGroup for more information.
|
inlinestatic |
Create a name-to-enum mapper for the JoiningGroup property, using a particular data source.
See the Rust documentation for JoiningGroup for more information.
|
inlinestatic |
Create a name-to-enum mapper for the JoiningType property, using compiled data.
See the Rust documentation for JoiningType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the JoiningType property, using a particular data source.
See the Rust documentation for JoiningType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the LineBreak property, using compiled data.
See the Rust documentation for LineBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the LineBreak property, using a particular data source.
See the Rust documentation for LineBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the NumericType property, using compiled data.
See the Rust documentation for NumericType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the NumericType property, using a particular data source.
See the Rust documentation for NumericType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Script property, using compiled data.
See the Rust documentation for Script for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Script property, using a particular data source.
See the Rust documentation for Script for more information.
|
inlinestatic |
Create a name-to-enum mapper for the SentenceBreak property, using compiled data.
See the Rust documentation for SentenceBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the SentenceBreak property, using a particular data source.
See the Rust documentation for SentenceBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the VerticalOrientation property, using compiled data.
See the Rust documentation for VerticalOrientation for more information.
|
inlinestatic |
Create a name-to-enum mapper for the VerticalOrientation property, using a particular data source.
See the Rust documentation for VerticalOrientation for more information.
|
inlinestatic |
Create a name-to-enum mapper for the WordBreak property, using compiled data.
See the Rust documentation for WordBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the WordBreak property, using a particular data source.
See the Rust documentation for WordBreak for more information.
|
inline |
Get the property value matching the given name, using loose matching
Returns -1 if the name is unknown for this property
See the Rust documentation for get_loose for more information.
|
inline |
Get the property value matching the given name, using strict matching
Returns -1 if the name is unknown for this property
See the Rust documentation for get_strict for more information.
|
inlinestatic |