Searched refs:GetResolvedOptions (Results 1 – 11 of 11) sorted by relevance
424 numFormat->GetResolvedOptions(res);1195 formatter->GetResolvedOptions(res);1282 formatter->GetResolvedOptions(res);1331 formatter->GetResolvedOptions(res);1387 formatter->GetResolvedOptions(res);1667 formatter->GetResolvedOptions(options);1715 formatter->GetResolvedOptions(options);1770 formatter->GetResolvedOptions(options);1825 formatter->GetResolvedOptions(options);1876 formatter->GetResolvedOptions(options);
40 formatter.GetResolvedOptions(options); in DoSomethingInterestingWithMyAPI()
50 formatter.GetResolvedOptions(res); in DoSomethingInterestingWithMyAPI()
36 dateTimeFormat.GetResolvedOptions(configs); in DoSomethingInterestingWithMyAPI()
54 void GetResolvedOptions(std::map<std::string, std::string> &map);
50 void GetResolvedOptions(std::map<std::string, std::string> &map);
42 void GetResolvedOptions(std::map<std::string, std::string> &map);
210 void RelativeTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() function in OHOS::Global::I18n::RelativeTimeFormat
383 void NumberFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() function in OHOS::Global::I18n::NumberFormat
618 void DateTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() function in OHOS::Global::I18n::DateTimeFormat
1052 obj->relativetimefmt_->GetResolvedOptions(options); in GetRelativeTimeResolvedOptions()1075 obj->datefmt_->GetResolvedOptions(options); in GetDateTimeResolvedOptions()1114 obj->numberfmt_->GetResolvedOptions(options); in GetNumberResolvedOptions()