Searched refs:GetResolvedOptions (Results 1 – 11 of 11) sorted by relevance
41 formatter.GetResolvedOptions(res); in DoSomethingInterestingWithMyAPI()
35 formatter.GetResolvedOptions(options); in DoSomethingInterestingWithMyAPI()
36 dateTimeFormat.GetResolvedOptions(configs); in DoSomethingInterestingWithMyAPI()
54 void GetResolvedOptions(std::map<std::string, std::string> &map);
49 void GetResolvedOptions(std::map<std::string, std::string> &map);
42 void GetResolvedOptions(std::map<std::string, std::string> &map);
381 numFormat->GetResolvedOptions(res);1142 formatter->GetResolvedOptions(res);1229 formatter->GetResolvedOptions(res);1278 formatter->GetResolvedOptions(res);1334 formatter->GetResolvedOptions(res);1612 formatter->GetResolvedOptions(options);1660 formatter->GetResolvedOptions(options);1715 formatter->GetResolvedOptions(options);1770 formatter->GetResolvedOptions(options);1821 formatter->GetResolvedOptions(options);
199 void RelativeTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() function in OHOS::Global::I18n::RelativeTimeFormat
330 void NumberFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() function in OHOS::Global::I18n::NumberFormat
571 void DateTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() function in OHOS::Global::I18n::DateTimeFormat
1054 obj->relativetimefmt_->GetResolvedOptions(options); in GetRelativeTimeResolvedOptions()1077 obj->datefmt_->GetResolvedOptions(options); in GetDateTimeResolvedOptions()1116 obj->numberfmt_->GetResolvedOptions(options); in GetNumberResolvedOptions()