Searched refs:GetBaseName (Results 1 – 15 of 15) sorted by relevance
35 locale->GetBaseName(); in DoSomethingInterestingWithMyAPI()
46 static BASE_NS::string GetBaseName(BASE_NS::string_view path);
161 const string filename = StdDirectory::GetBaseName(path); in Create()
315 string StdDirectory::GetBaseName(const string_view fullPath) in GetBaseName() function in StdDirectory
76 localeBaseName = localeInfo->GetBaseName(); in RelativeTimeFormat()91 localeBaseName = localeInfo->GetBaseName(); in RelativeTimeFormat()
121 localeStr = localeInfo->GetBaseName(); in InitPluralRules()
109 localeBaseName = localeInfo->GetBaseName(); in NumberFormat()126 localeBaseName = localeInfo->GetBaseName(); in NumberFormat()
91 localeStr = localeInfo->GetBaseName(); in Collator()
210 std::string LocaleInfo::GetBaseName() const in GetBaseName() function in OHOS::Global::I18n::LocaleInfo
127 localeTag = localeInfo->GetBaseName(); in InitWithLocale()
37 std::string GetBaseName() const;
208 static BASE_NS::string GetBaseName(BASE_NS::string_view path) in GetBaseName() function
73 static napi_value GetBaseName(napi_env env, napi_callback_info info);
192 EXPECT_EQ(loc->GetBaseName(), "ja-Jpan-JP");223 EXPECT_EQ(loc->GetBaseName(), baseName);226 EXPECT_EQ(localeInfo->GetBaseName(), "ja");1910 res = locale->GetBaseName();
58 DECLARE_NAPI_GETTER_SETTER("baseName", GetBaseName, SetProperty), in InitLocale()737 napi_value IntlAddon::GetBaseName(napi_env env, napi_callback_info info) in GetBaseName() function in OHOS::Global::I18n::IntlAddon749 std::string value = obj->locale_->GetBaseName(); in GetBaseName()