Searched defs:get_strict (Results 1 – 4 of 4) sorted by relevance
38 pub fn get_strict(&self, name: &DiplomatStr) -> i16 { in get_strict() method340 pub fn get_strict(&self, name: &DiplomatStr) -> GeneralCategoryGroup { in get_strict() method
39 inline icu4x::GeneralCategoryGroup icu4x::GeneralCategoryNameToGroupMapper::get_strict(std::string_… in get_strict() function in icu4x::GeneralCategoryNameToGroupMapper
83 inline int16_t icu4x::PropertyValueNameToEnumMapper::get_strict(std::string_view name) const { in get_strict() function in icu4x::PropertyValueNameToEnumMapper
179 pub fn get_strict(self, name: &str) -> Option<T> { in get_strict() method