Home
last modified time | relevance | path

Searched refs:GetBaseName (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer/
H A Dlocaleinfo_fuzzer.cpp35 locale->GetBaseName(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.h46 static BASE_NS::string GetBaseName(BASE_NS::string_view path);
H A Dstd_file.cpp161 const string filename = StdDirectory::GetBaseName(path); in Create()
H A Dstd_directory.cpp315 string StdDirectory::GetBaseName(const string_view fullPath) in GetBaseName() function in StdDirectory
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Drelative_time_format.cpp76 localeBaseName = localeInfo->GetBaseName(); in RelativeTimeFormat()
91 localeBaseName = localeInfo->GetBaseName(); in RelativeTimeFormat()
H A Dplural_rules.cpp121 localeStr = localeInfo->GetBaseName(); in InitPluralRules()
H A Dnumber_format.cpp109 localeBaseName = localeInfo->GetBaseName(); in NumberFormat()
126 localeBaseName = localeInfo->GetBaseName(); in NumberFormat()
H A Dcollator.cpp91 localeStr = localeInfo->GetBaseName(); in Collator()
H A Dlocale_info.cpp210 std::string LocaleInfo::GetBaseName() const in GetBaseName() function in OHOS::Global::I18n::LocaleInfo
H A Ddate_time_format.cpp127 localeTag = localeInfo->GetBaseName(); in InitWithLocale()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h37 std::string GetBaseName() const;
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h208 static BASE_NS::string GetBaseName(BASE_NS::string_view path) in GetBaseName() function
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Dintl_addon.h73 static napi_value GetBaseName(napi_env env, napi_callback_info info);
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp192 EXPECT_EQ(loc->GetBaseName(), "ja-Jpan-JP");
223 EXPECT_EQ(loc->GetBaseName(), baseName);
226 EXPECT_EQ(localeInfo->GetBaseName(), "ja");
1910 res = locale->GetBaseName();
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dintl_addon.cpp58 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::IntlAddon
749 std::string value = obj->locale_->GetBaseName(); in GetBaseName()