Home
last modified time | relevance | path

Searched refs:GetFormatPluralStringByName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h243 … virtual RState GetFormatPluralStringByName(std::string &outValue, const char *name, int quantity,
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h572 … virtual RState GetFormatPluralStringByName(std::string &outValue, const char *name, int quantity,
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp648 state = dataContext->addon_->GetResMgr()->GetFormatPluralStringByName(dataContext->value_, in __anon06571fda2002()
H A Dresource_manager_napi_sync_impl.cpp1064 … RState state = dataContext->addon_->GetResMgr()->GetFormatPluralStringByName(dataContext->value_, in ProcessPluralStrResourceByName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp1600 RState ResourceManagerImpl::GetFormatPluralStringByName(std::string &outValue, const char *name, in… in GetFormatPluralStringByName() function in OHOS::Global::Resource::ResourceManagerImpl