getStrict method
- String name
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.
Implementation
GeneralCategoryGroup getStrict(String name) {
final temp = _FinalizedArena();
final result = _icu4x_GeneralCategoryNameToGroupMapper_get_strict_mv1(_ffi, name._utf8AllocIn(temp.arena));
return GeneralCategoryGroup._fromFfi(result);
}