|
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 Bidi_Class property, using compiled data.
See the Rust documentation for BidiClass for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Bidi_Class property, using a particular data source.
See the Rust documentation for BidiClass for more information.
|
inlinestatic |
Create a name-to-enum mapper for the East_Asian_Width property, using compiled data.
See the Rust documentation for EastAsianWidth for more information.
|
inlinestatic |
Create a name-to-enum mapper for the East_Asian_Width property, using a particular data source.
See the Rust documentation for EastAsianWidth for more information.
|
inlinestatic |
Create a name-to-enum mapper for the General_Category property, using compiled data.
See the Rust documentation for GeneralCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the General_Category property, using a particular data source.
See the Rust documentation for GeneralCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Grapheme_Cluster_Break property, using compiled data.
See the Rust documentation for GraphemeClusterBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Grapheme_Cluster_Break property, using a particular data source.
See the Rust documentation for GraphemeClusterBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Hangul_Syllable_Type property, using compiled data.
See the Rust documentation for HangulSyllableType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Hangul_Syllable_Type property, using a particular data source.
See the Rust documentation for HangulSyllableType for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Indic_Syllabic_Category property, using compiled data.
See the Rust documentation for IndicSyllabicCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Indic_Syllabic_Category property, using a particular data source.
See the Rust documentation for IndicSyllabicCategory for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Line_Break property, using compiled data.
See the Rust documentation for LineBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Line_Break property, using a particular data source.
See the Rust documentation for LineBreak 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 Sentence_Break property, using compiled data.
See the Rust documentation for SentenceBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Sentence_Break property, using a particular data source.
See the Rust documentation for SentenceBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Vertical_Orientation property, using compiled data.
See the Rust documentation for VerticalOrientation for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Vertical_Orientation property, using a particular data source.
See the Rust documentation for VerticalOrientation for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Word_Break property, using compiled data.
See the Rust documentation for WordBreak for more information.
|
inlinestatic |
Create a name-to-enum mapper for the Word_Break 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 |