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